mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Merge branch 'release/3.2'
This commit is contained in:
commit
30fcfac8cf
@ -57,7 +57,7 @@ class CoalOre extends Solid{
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getXpDropForTool(Item $item) : int{
|
protected function getXpDropAmount() : int{
|
||||||
return mt_rand(0, 2);
|
return mt_rand(0, 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user