diff options
Diffstat (limited to 'items/REFORGE_ANVIL.json')
-rw-r--r-- | items/REFORGE_ANVIL.json | 14 |
1 files changed, 6 insertions, 8 deletions
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 |