mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 07:55:31 +00:00
Fixed pigs dropping leather
This commit is contained in:
parent
a45858ad94
commit
89cb879f1f
@ -195,7 +195,6 @@ class Entity extends Position{
|
|||||||
);
|
);
|
||||||
case MOB_PIG:
|
case MOB_PIG:
|
||||||
return array(
|
return array(
|
||||||
array(LEATHER, 0, mt_rand(0,2)),
|
|
||||||
array(($this->fire > 0 ? COOKED_PORKCHOP:RAW_PORKCHOP), 0, 1),
|
array(($this->fire > 0 ? COOKED_PORKCHOP:RAW_PORKCHOP), 0, 1),
|
||||||
);
|
);
|
||||||
case MOB_SHEEP:
|
case MOB_SHEEP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user