Bonemeal usage count

This commit is contained in:
Shoghi Cervantes
2013-06-07 19:25:23 +02:00
parent 8e127e60a0
commit 51f4faf22e
4 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class SaplingBlock extends FlowableBlock{
public function onActivate(Item $item, Player $player){
if($item->getID() === DYE and $item->getMetadata() === 0x0F){ //Bonemeal
TreeObject::growTree($this->level, $this, new Random(), $this->meta & 0x03);
$item->count--;
return true;
}
return false;