Added new Block properties (Block::isSolid, Block::isFullBlock)

This commit is contained in:
Shoghi Cervantes
2013-05-30 12:47:24 +02:00
parent 8d00ef381d
commit a795b64bab
36 changed files with 57 additions and 32 deletions

View File

@@ -337,7 +337,7 @@ class BlockAPI{
return $this->cancelAction($block, $player);
}
if($hand->isFlowable === false and $player->entity->inBlock($block)){
if($hand->isSolid === true and $player->entity->inBlock($block)){
return $this->cancelAction($block, $player); //Entity in block
}