From db63d87d9fde7219b6c82e795625eb35f71cee2b Mon Sep 17 00:00:00 2001 From: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> Date: Tue, 3 Nov 2020 14:57:22 +0100 Subject: Revert "Diamond tools fix" This reverts commit f574e07b7e08d966dcae218073f8b0b9fce82c3d. --- items/DIAMOND_HOE.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 items/DIAMOND_HOE.json (limited to 'items/DIAMOND_HOE.json') diff --git a/items/DIAMOND_HOE.json b/items/DIAMOND_HOE.json deleted file mode 100644 index 5a83c0d4..00000000 --- a/items/DIAMOND_HOE.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "itemid": "minecraft:diamond_hoe", - "displayname": "§aDiamond Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8This item can be reforged!\",1:\"§a§lUNCOMMON HOE\"],Name:\"§aDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", - "damage": 0, - "lore": [ - "§7§8This item can be reforged!", - "§a§lUNCOMMON HOE" - ], - "internalname": "DIAMOND_HOE", - "vanilla": true, - "crafttext": "", - "clickcommand": "viewrecipe", - "modver": "1.4-REL", - "infoType": "", - "recipe": { - "A1": "DIAMOND:1", - "A2": "DIAMOND:1", - "A3": "", - "B1": "", - "B2": "STICK:1", - "B3": "", - "C1": "", - "C2": "STICK:1", - "C3": "" - } -} \ No newline at end of file -- cgit