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/ARMOR_OF_MAGMA_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/ARMOR_OF_MAGMA_BOOTS.json')
-rw-r--r-- | items/ARMOR_OF_MAGMA_BOOTS.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ARMOR_OF_MAGMA_BOOTS.json b/items/ARMOR_OF_MAGMA_BOOTS.json index ddb1f463..4e49d4fe 100644 --- a/items/ARMOR_OF_MAGMA_BOOTS.json +++ b/items/ARMOR_OF_MAGMA_BOOTS.json @@ -1,11 +1,8 @@ { - "internalname": "ARMOR_OF_MAGMA_BOOTS", "itemid": "minecraft:leather_boots", - "displayname": "Armor of Magma Boots", - "clickcommand": "viewrecipe", + "displayname": "§5Armor of Magma Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+45 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Magma Cubes killed§7\",5:\"§7gives the wearer §a+1 §c❤ Health\",6:\"§c§7and §b✎ Intelligence§7 while\",7:\"§7wearing the set. Max 200 each.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:16749312,Name:\"§5Armor of Magma Boots\"},ExtraAttributes:{id:\"ARMOR_OF_MAGMA_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+45 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Magma Cubes killed§7\",5:\"§7gives the wearer §a+1 §c❤ Health\",6:\"§c§7and §b✎ Intelligence§7 while\",7:\"§7wearing the set. Max 200 each.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:16749312,Name:\"§5Armor of Magma Boots\"},ExtraAttributes:{color:\"255:147:0\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"ARMOR_OF_MAGMA_BOOTS\",uuid:\"28a8f204-ad96-4197-8ef3-0315505000ba\",timestamp:\"3/9/20 1:53 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Health: §a+45 HP", "§7Defense: §a+15", @@ -18,5 +15,23 @@ "", "§7§8This item can be reforged!", "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "ENCHANTED_MAGMA_CREAM:12", + "A2": "", + "A3": "ENCHANTED_MAGMA_CREAM:12", + "B1": "ENCHANTED_MAGMA_CREAM:12", + "B2": "", + "B3": "ENCHANTED_MAGMA_CREAM:12", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "ARMOR_OF_MAGMA_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Magma_Armor" ] }
\ No newline at end of file |