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/PUMPKIN_HELMET.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/PUMPKIN_HELMET.json')
-rw-r--r-- | items/PUMPKIN_HELMET.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/PUMPKIN_HELMET.json b/items/PUMPKIN_HELMET.json index 7c82fe41..b1c36fde 100644 --- a/items/PUMPKIN_HELMET.json +++ b/items/PUMPKIN_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§fPumpkin Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+8 HP\",1:\"§7Defense: §a+8\",2:\"\",3:\"§6Full Set Bonus: Pumpkin Buff\",4:\"§7Reduce all taken damage by\",5:\"§7§a+10%§7 and deal §a+10%\",6:\"§a§7damage.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§f§lCOMMON HELMET\",10:\"\",11:\"§eClick to view recipe!\"],color:15575606,Name:\"§fPumpkin Helmet\"},ExtraAttributes:{id:\"PUMPKIN_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+8 HP\",1:\"§7Defense: §a+8\",2:\"\",3:\"§6Full Set Bonus: Pumpkin Buff\",4:\"§7Reduce all taken damage by\",5:\"§7§a+10%§7 and deal §a+10%\",6:\"§a§7damage.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§f§lCOMMON HELMET\"],color:15575606,Name:\"§fPumpkin Helmet\"},ExtraAttributes:{id:\"PUMPKIN_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+8 HP", @@ -15,7 +15,22 @@ "§7§8This item can be reforged!", "§f§lCOMMON HELMET" ], + "recipe": { + "A1": "PUMPKIN:1", + "A2": "PUMPKIN:1", + "A3": "PUMPKIN:1", + "B1": "PUMPKIN:1", + "B2": "", + "B3": "PUMPKIN:1", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "PUMPKIN_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pumpkin_Armor" + ] }
\ No newline at end of file |