mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
MobHeads are stackable to 64
This commit is contained in:
parent
7e15c6638a
commit
c36fc8c027
@ -28,8 +28,4 @@ class MobHead extends Item{
|
|||||||
$this->block = Block::get(Item::SKULL_BLOCK);
|
$this->block = Block::get(Item::SKULL_BLOCK);
|
||||||
parent::__construct(self::MOB_HEAD, $meta, $count, "Mob Head");
|
parent::__construct(self::MOB_HEAD, $meta, $count, "Mob Head");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getMaxStackSize(){
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user