diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/TREECAPITATOR_AXE.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/TREECAPITATOR_AXE.json')
-rw-r--r-- | items/TREECAPITATOR_AXE.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/TREECAPITATOR_AXE.json b/items/TREECAPITATOR_AXE.json index 816f3acc..3a8978a3 100644 --- a/items/TREECAPITATOR_AXE.json +++ b/items/TREECAPITATOR_AXE.json @@ -1,11 +1,8 @@ { - "internalname": "TREECAPITATOR_AXE", "itemid": "minecraft:golden_axe", - "displayname": "Treecapitator", - "clickcommand": "viewrecipe", + "displayname": "§5Treecapitator", + "nbttag": "{Unbreakable:1b,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\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,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:{originTag:\"TREECAPITATOR_AXE\",id:\"TREECAPITATOR_AXE\",uuid:\"e5a845fe-937a-4357-8942-54b4bd794761\",timestamp:\"3/30/20 10:39 AM\"}}", - "modver": "1.0.0", "lore": [ "§7A forceful Gold Axe which can", "§7break a large amount of logs in", @@ -13,5 +10,23 @@ "§8Cooldown: §a2s", "", "§5§lEPIC AXE" + ], + "recipe": { + "A1": "ENCHANTED_OBSIDIAN:64", + "A2": "ENCHANTED_OBSIDIAN:64", + "A3": "ENCHANTED_OBSIDIAN:64", + "B1": "ENCHANTED_OBSIDIAN:64", + "B2": "JUNGLE_AXE:1", + "B3": "ENCHANTED_OBSIDIAN:64", + "C1": "ENCHANTED_OBSIDIAN:64", + "C2": "ENCHANTED_OBSIDIAN:64", + "C3": "ENCHANTED_OBSIDIAN:64" + }, + "internalname": "TREECAPITATOR_AXE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Treecapitator" ] }
\ No newline at end of file |