diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/CREEPER_HAT.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
Diffstat (limited to 'items/CREEPER_HAT.json')
-rw-r--r-- | items/CREEPER_HAT.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 |