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/CREEPER_HAT.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/CREEPER_HAT.json')
-rw-r--r-- | items/CREEPER_HAT.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/CREEPER_HAT.json b/items/CREEPER_HAT.json index f6505700..2af18073 100644 --- a/items/CREEPER_HAT.json +++ b/items/CREEPER_HAT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fCreeper Hat", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Strength: §c+5\",1:\"§7Crit Chance: §c+5%\",2:\"§7Crit Damage: §c+5%\",3:\"\",4:\"§7Health: §a+5 HP\",5:\"§7Defense: §a+5\",6:\"§7Intelligence: §a+5\",7:\"\",8:\"§7Grants immunity to explosion\",9:\"§7damage.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§f§lCOMMON HELMET\",13:\"\",14:\"§eClick to view recipe!\"],Name:\"§fCreeper Hat\"},ExtraAttributes:{id:\"CREEPER_HAT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Strength: §c+5\",1:\"§7Crit Chance: §c+5%\",2:\"§7Crit Damage: §c+5%\",3:\"\",4:\"§7Health: §a+5 HP\",5:\"§7Defense: §a+5\",6:\"§7Intelligence: §a+5\",7:\"\",8:\"§7Grants immunity to explosion\",9:\"§7damage.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§f§lCOMMON HELMET\"],Name:\"§fCreeper Hat\"},ExtraAttributes:{id:\"CREEPER_HAT\"}}", "damage": 4, "lore": [ "§7Strength: §c+5", @@ -18,7 +18,22 @@ "§7§8This item can be reforged!", "§f§lCOMMON HELMET" ], + "recipe": { + "A1": "SULPHUR:1", + "A2": "SULPHUR:1", + "A3": "SULPHUR:1", + "B1": "SULPHUR:1", + "B2": "", + "B3": "SULPHUR:1", + "C1": "SULPHUR:1", + "C2": "SULPHUR:1", + "C3": "SULPHUR:1" + }, "internalname": "CREEPER_HAT", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Creeper_Hat" + ] }
\ No newline at end of file |