Merge pull request #846 from jojoe77777/patch-1
Fixes Mooshrooms showing as cows
This commit is contained in:
commit
93963e172b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ use pocketmine\Player;
|
|||
use pocketmine\event\entity\EntityDamageByEntityEvent;
|
||||
use pocketmine\item\Item as ItemItem;
|
||||
|
||||
class Mooshroom extends Cow{
|
||||
class Mooshroom extends Animal{
|
||||
const NETWORK_ID = 16;
|
||||
|
||||
public $width = 0.3;
|
||||
|
|
@ -61,4 +61,4 @@ class Mooshroom extends Cow{
|
|||
}
|
||||
return $drops;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue