mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-03 10:32:33 +00:00
Fixed Sapling, flower placing
This commit is contained in:
parent
369f268b90
commit
57282225d2
@ -64,7 +64,8 @@ cd ../
|
||||
--with-zlib \
|
||||
--enable-sockets \
|
||||
--enable-pthreads \
|
||||
--enable-maintainer-zts
|
||||
--enable-maintainer-zts \
|
||||
--enable-cli
|
||||
make
|
||||
echo "n" | make test
|
||||
make install
|
||||
|
@ -306,7 +306,7 @@ class BlockAPI{
|
||||
}
|
||||
case 37:
|
||||
case 38:
|
||||
if($target[0] !== 2 and $target[0] !== 3){
|
||||
if(($target[0] !== 2 and $target[0] !== 3) or $data["face"] !== 1){
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user