We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f06ca commit bce416dCopy full SHA for bce416d
src/pocketmine/entity/Mooshroom.php
@@ -47,7 +47,7 @@ public function getDrops(){
47
48
public function sheer(){
49
for($i = 0; $i <= mt_rand(0, 2); $i++){
50
- $this->getLevel()->dropItem($this, new ItemItem(ItemItem::RED_MUSHROOM));//TODO: check amount
+ $this->getLevel()->dropItem($this, new ItemItem(ItemItem::RED_MUSHROOM));//TODO: check amount, remove Mooshroom and make cow
51
}
52
53
0 commit comments