Added Compass and Clock

This commit is contained in:
Shoghi Cervantes
2013-11-23 17:54:19 +01:00
parent a0ca572d1f
commit 78f9e40730
4 changed files with 6 additions and 3 deletions

View File

@ -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();