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/PROMISING_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/PROMISING_AXE.json')
-rw-r--r-- | items/PROMISING_AXE.json | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/items/PROMISING_AXE.json b/items/PROMISING_AXE.json index ce51dfdd..83e4b9ea 100644 --- a/items/PROMISING_AXE.json +++ b/items/PROMISING_AXE.json @@ -1,23 +1,36 @@ { - "internalname": "PROMISING_AXE", "itemid": "minecraft:iron_axe", - "displayname": "Promising Axe", - "clickcommand": "viewrecipe", + "displayname": "§aPromising Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+25\",1:\"\",2:\"§7Gains a higher level of\",3:\"§7Enchantment when breaking\",4:\"§7blocks.\",5:\"\",6:\"§7Will gain §9Efficiency I§7 after\",7:\"§7breaking §a50§7 more blocks.\",8:\"\",9:\"§a§lUNCOMMON AXE\"],Name:\"§aPromising Axe\"},ExtraAttributes:{id:\"PROMISING_AXE\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:2s,id:32s}],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+25\",1:\"\",2:\"§9Efficiency II\",3:\"§7Increases how quickly your tool\",4:\"§7breaks blocks.\",5:\"\",6:\"§7Gains a higher level of\",7:\"§7Enchantment when breaking\",8:\"§7blocks.\",9:\"\",10:\"\",11:\"§a§lUNCOMMON AXE\"],Name:\"§aPromising Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"PROMISING_AXE\",blocksBroken:293,enchantments:{efficiency:2},uuid:\"90f16620-3ab7-47e3-b9c8-dcbae796fde0\",timestamp:\"3/29/20 4:06 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+25", "", - "§9Efficiency II", - "§7Increases how quickly your tool", - "§7breaks blocks.", - "", "§7Gains a higher level of", "§7Enchantment when breaking", "§7blocks.", "", + "§7Will gain §9Efficiency I§7 after", + "§7breaking §a50§7 more blocks.", "", "§a§lUNCOMMON AXE" + ], + "recipe": { + "A1": "", + "A2": "IRON_BLOCK:1", + "A3": "IRON_BLOCK:1", + "B1": "", + "B2": "STICK:1", + "B3": "IRON_BLOCK:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "PROMISING_AXE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Promising_Axe" ] }
\ No newline at end of file |