Item: remove workaround for anvils

they removed this in the 1.2.13 release. now the metadata matches the block.
This commit is contained in:
Dylan K. Taylor
2018-05-23 11:43:55 +01:00
parent acf29711c2
commit 8f41384923
2 changed files with 0 additions and 40 deletions

View File

@ -38,8 +38,6 @@ class ItemFactory{
public static function init(){
self::$list = new \SplFixedArray(65536);
self::registerItem(new Anvil(), true);
self::registerItem(new Shovel(Item::IRON_SHOVEL, 0, "Iron Shovel", TieredTool::TIER_IRON));
self::registerItem(new Pickaxe(Item::IRON_PICKAXE, 0, "Iron Pickaxe", TieredTool::TIER_IRON));
self::registerItem(new Axe(Item::IRON_AXE, 0, "Iron Axe", TieredTool::TIER_IRON));