mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Added Compass and Clock
This commit is contained in:
@ -37,7 +37,7 @@ class RedstoneOreBlock extends SolidBlock{
|
||||
public function getDrops(Item $item, Player $player){
|
||||
if($item->isPickaxe() >= 2){
|
||||
return array(
|
||||
array(331, 4, mt_rand(4, 5)),
|
||||
array(REDSTONE_DUST, 0, mt_rand(4, 5)),
|
||||
);
|
||||
}else{
|
||||
return array();
|
||||
|
Reference in New Issue
Block a user