diff options
Diffstat (limited to 'items/PUMPKIN_HELMET.json')
-rw-r--r-- | items/PUMPKIN_HELMET.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/PUMPKIN_HELMET.json b/items/PUMPKIN_HELMET.json new file mode 100644 index 00000000..7c82fe41 --- /dev/null +++ b/items/PUMPKIN_HELMET.json @@ -0,0 +1,21 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§7Health: §a+8 HP", + "§7Defense: §a+8", + "", + "§6Full Set Bonus: Pumpkin Buff", + "§7Reduce all taken damage by", + "§7§a+10%§7 and deal §a+10%", + "§a§7damage.", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HELMET" + ], + "internalname": "PUMPKIN_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |