From d286d450a28e23763c2e1331ae2b3d6332d3bfeb Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:35:29 -0400 Subject: Revert "1.9.8 Part 1" This reverts commit 5a52213b3062b3be6efe7a32ef7d9765bc8d1a91. --- items/REFORGE_ANVIL.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'items/REFORGE_ANVIL.json') diff --git a/items/REFORGE_ANVIL.json b/items/REFORGE_ANVIL.json index f3408ed2..0778756a 100644 --- a/items/REFORGE_ANVIL.json +++ b/items/REFORGE_ANVIL.json @@ -1,8 +1,11 @@ { - "itemid": "minecraft:anvil", + "internalname": "REFORGE_ANVIL", + "itemid": 145, "displayname": "§5Reforge Anvil", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Opens a menu that allows you to\",1:\"§7apply advanced reforges to items\",2:\"§7using various types of §aReforge\",3:\"§aStones§7.\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Reforge Anvil\"},ExtraAttributes:{id:\"REFORGE_ANVIL\"}}", + "clickcommand": "", "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Opens a menu that allows you to\",1:\"§7apply advanced reforges to items\",2:\"§7using various types of §aReforge\",3:\"§aStones§7.\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Reforge Anvil\"},ExtraAttributes:{id:\"REFORGE_ANVIL\"}}", + "modver": "1.0.0", "lore": [ "§7Opens a menu that allows you to", "§7apply advanced reforges to items", @@ -10,10 +13,5 @@ "§aStones§7.", "", "§5§lEPIC DUNGEON ITEM" - ], - "internalname": "REFORGE_ANVIL", - "crafttext": "", - "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + ] } \ No newline at end of file -- cgit