This commit is contained in:
Shoghi Cervantes 2015-06-29 17:12:23 +02:00
parent 4d95c65d95
commit 9f953fa675

View File

@ -65,7 +65,7 @@ class Stone extends Solid{
public function getDrops(Item $item){
if($item->isPickaxe() >= Tool::TIER_WOODEN){
return [
[Item::COBBLESTONE, 0, 1],
[$this->getDamage() === 0 ? Item::COBBLESTONE : Item::STONE, $this->getDamage(), 1],
];
}else{
return [];