mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Implemented block break XP drops
This commit is contained in:
@ -57,4 +57,7 @@ class LapisOre extends Solid{
|
||||
];
|
||||
}
|
||||
|
||||
protected function getXpDropAmount() : int{
|
||||
return mt_rand(2, 5);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user