Fixed Sapling, flower placing

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-05 02:40:29 +01:00
parent 369f268b90
commit 57282225d2
2 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,8 @@ cd ../
--with-zlib \ --with-zlib \
--enable-sockets \ --enable-sockets \
--enable-pthreads \ --enable-pthreads \
--enable-maintainer-zts --enable-maintainer-zts \
--enable-cli
make make
echo "n" | make test echo "n" | make test
make install make install

View File

@ -306,7 +306,7 @@ class BlockAPI{
} }
case 37: case 37:
case 38: case 38:
if($target[0] !== 2 and $target[0] !== 3){ if(($target[0] !== 2 and $target[0] !== 3) or $data["face"] !== 1){
return false; return false;
} }
break; break;