From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/CREEPER_HAT.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/CREEPER_HAT.json (limited to 'items/CREEPER_HAT.json') diff --git a/items/CREEPER_HAT.json b/items/CREEPER_HAT.json new file mode 100644 index 00000000..f6505700 --- /dev/null +++ b/items/CREEPER_HAT.json @@ -0,0 +1,24 @@ +{ + "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\"}}", + "damage": 4, + "lore": [ + "§7Strength: §c+5", + "§7Crit Chance: §c+5%", + "§7Crit Damage: §c+5%", + "", + "§7Health: §a+5 HP", + "§7Defense: §a+5", + "§7Intelligence: §a+5", + "", + "§7Grants immunity to explosion", + "§7damage.", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HELMET" + ], + "internalname": "CREEPER_HAT", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +} \ No newline at end of file -- cgit