From d37eb42a3aa12bf1c907baf9f5f976ddf6f375a0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 28 Jul 2021 23:05:59 +0200 Subject: Even Newer New Crystal Hollow Items, but this time with mobs and very epic wiki links and the extremely legendary changes (#565) * Even Newer New Crystal Hollow Items, but this time with mobs and very epic wiki links and the extremely legendary changes * Another epic commit * Epic Pickaxe Fix * epic axe fix * epic hoe, sword and shovel fix * Forgot the rod fix * Epic Wiki Links * Epic Rev Mobs * epic crypt fix * Added Epic Rainbow Name * Epic Goggle Fix --- items/TREECAPITATOR_AXE.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/TREECAPITATOR_AXE.json') diff --git a/items/TREECAPITATOR_AXE.json b/items/TREECAPITATOR_AXE.json index f3d54e48..22bf8806 100644 --- a/items/TREECAPITATOR_AXE.json +++ b/items/TREECAPITATOR_AXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_axe", "displayname": "§5Treecapitator", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7A forceful Gold Axe which can\",1:\"§7break a large amount of logs in\",2:\"§7a single hit!\",3:\"§8Cooldown: §a2s\",4:\"\",5:\"§5§lEPIC AXE\"],Name:\"§5Treecapitator\"},ExtraAttributes:{id:\"TREECAPITATOR_AXE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7A forceful Gold Axe which can\",1:\"§7break a large amount of logs in\",2:\"§7a single hit!\",3:\"§8Cooldown: §a2s\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC AXE\"],Name:\"§5Treecapitator\"},ExtraAttributes:{id:\"TREECAPITATOR_AXE\"}}", "damage": 0, "lore": [ "§7A forceful Gold Axe which can", @@ -9,6 +9,7 @@ "§7a single hit!", "§8Cooldown: §a2s", "", + "§7§8This item can be reforged!", "§5§lEPIC AXE" ], "recipe": { @@ -24,7 +25,7 @@ }, "internalname": "TREECAPITATOR_AXE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Treecapitator" -- cgit