Merge branch 'master' into mcpe-1.0

This commit is contained in:
Dylan K. Taylor
2017-01-04 11:34:39 +00:00
3 changed files with 115 additions and 157 deletions

View File

@ -28,8 +28,4 @@ class MobHead extends Item{
$this->block = Block::get(Item::SKULL_BLOCK);
parent::__construct(self::MOB_HEAD, $meta, $count, "Mob Head");
}
public function getMaxStackSize(){
return 1;
}
}