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/GOLEM_ARMOR_BOOTS.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/GOLEM_ARMOR_BOOTS.json')
-rw-r--r-- | items/GOLEM_ARMOR_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/GOLEM_ARMOR_BOOTS.json b/items/GOLEM_ARMOR_BOOTS.json index a1a60c28..ed2f0c66 100644 --- a/items/GOLEM_ARMOR_BOOTS.json +++ b/items/GOLEM_ARMOR_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "GOLEM_ARMOR_BOOTS", "itemid": "minecraft:iron_boots", - "displayname": "Golem Armor Boots", - "clickcommand": "viewrecipe", + "displayname": "§9Golem Armor Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40 HP\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Absorption\",4:\"§7Grants the wearer §aAbsorption\",5:\"§a3§7 for §a20 seconds§7 when they\",6:\"§7kill an enemy.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE BOOTS\"],Name:\"§9Golem Armor Boots\"},ExtraAttributes:{id:\"GOLEM_ARMOR_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40 HP\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Absorption\",4:\"§7Grants the wearer §aAbsorption\",5:\"§a3§7 for §a20 seconds§7 when they\",6:\"§7kill an enemy.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE BOOTS\"],Name:\"§9Golem Armor Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"GOLEM_ARMOR_BOOTS\",uuid:\"9a94a5cd-30ab-452b-abfa-10e65028f99c\",timestamp:\"3/27/20 9:06 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+40 HP", "§7Defense: §a+40", @@ -17,5 +14,23 @@ "", "§7§8This item can be reforged!", "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_IRON:10", + "A2": "", + "A3": "ENCHANTED_IRON:10", + "B1": "ENCHANTED_IRON:10", + "B2": "", + "B3": "ENCHANTED_IRON:10", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "GOLEM_ARMOR_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golem_Armor" ] }
\ No newline at end of file |