Skip to content

Commit bce416d

Browse files
committed
Useless commit
Jenkins
1 parent 97f06ca commit bce416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pocketmine/entity/Mooshroom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getDrops(){
4747

4848
public function sheer(){
4949
for($i = 0; $i <= mt_rand(0, 2); $i++){
50-
$this->getLevel()->dropItem($this, new ItemItem(ItemItem::RED_MUSHROOM));//TODO: check amount
50+
$this->getLevel()->dropItem($this, new ItemItem(ItemItem::RED_MUSHROOM));//TODO: check amount, remove Mooshroom and make cow
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)