mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
MobHeads are stackable to 64
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user