Added Iron Shovel

I think to have add Iron Shovel in creative inventory.
This commit is contained in:
matcracker 2015-04-10 15:06:02 +02:00
parent c32a7467bb
commit 5720cb2be7

View File

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