Merge pull request #2847 from matcracker/patch-3

Added Iron Shovel
This commit is contained in:
Shoghi Cervantes 2015-04-10 16:52:01 +02:00
commit 3f60f7c0fb

View File

@ -474,6 +474,7 @@ class Block extends Position implements Metadatable{
[Item::BUCKET, 10],
[Item::TNT, 0],
[Item::IRON_HOE, 0],
[Item::IRON_SHOVEL,0],
[Item::IRON_SWORD, 0],
[Item::BOW, 0],
[Item::SHEARS, 0],
@ -1190,4 +1191,4 @@ class Block extends Position implements Metadatable{
$this->getLevel()->getBlockMetadata()->removeMetadata($this, $metadataKey, $plugin);
}
}
}
}