diff options
Diffstat (limited to 'items/REFORGE_ANVIL.json')
-rw-r--r-- | items/REFORGE_ANVIL.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/items/REFORGE_ANVIL.json b/items/REFORGE_ANVIL.json index 0778756a..f3408ed2 100644 --- a/items/REFORGE_ANVIL.json +++ b/items/REFORGE_ANVIL.json @@ -1,11 +1,8 @@ { - "internalname": "REFORGE_ANVIL", - "itemid": 145, + "itemid": "minecraft:anvil", "displayname": "§5Reforge 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", + "damage": 0, "lore": [ "§7Opens a menu that allows you to", "§7apply advanced reforges to items", @@ -13,5 +10,10 @@ "§aStones§7.", "", "§5§lEPIC DUNGEON ITEM" - ] + ], + "internalname": "REFORGE_ANVIL", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file |