mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
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:
@ -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));
|
||||
|
Reference in New Issue
Block a user