mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Another typo
This commit is contained in:
parent
81524362c0
commit
e7c6a0c817
@ -50,7 +50,7 @@ class TallGrassBlock extends FlowableBlock{
|
||||
public function getDrops(Item $item, Player $player){
|
||||
$drops = array();
|
||||
if(mt_rand(1,10) === 1){//Seeds
|
||||
$drops[] = array(WEATH_SEEDS, 0, 1);
|
||||
$drops[] = array(WHEAT_SEEDS, 0, 1);
|
||||
}
|
||||
return $drops;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user