From 5720cb2be7b5e4e083ca65551bf35b1de7ebe883 Mon Sep 17 00:00:00 2001 From: matcracker Date: Fri, 10 Apr 2015 15:06:02 +0200 Subject: [PATCH] Added Iron Shovel I think to have add Iron Shovel in creative inventory. --- src/pocketmine/block/Block.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pocketmine/block/Block.php b/src/pocketmine/block/Block.php index 7b371ddd0..9ee9d3f60 100644 --- a/src/pocketmine/block/Block.php +++ b/src/pocketmine/block/Block.php @@ -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); } } -} \ No newline at end of file +}