diff options
Diffstat (limited to 'items/SKELETON_HELMET.json')
-rw-r--r-- | items/SKELETON_HELMET.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/items/SKELETON_HELMET.json b/items/SKELETON_HELMET.json index 54644d08..c649fc67 100644 --- a/items/SKELETON_HELMET.json +++ b/items/SKELETON_HELMET.json @@ -1,11 +1,8 @@ { - "internalname": "SKELETON_HELMET", "itemid": "minecraft:iron_helmet", - "displayname": "Skeleton\u0027s Helmet", - "clickcommand": "viewrecipe", + "displayname": "§9Skeleton's Helmet", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+75\",1:\"\",2:\"§6Item Ability: Bone Shield\",3:\"§7A Bone Shield will surround you,\",4:\"§7nullifying damage you take but\",5:\"§7consuming a bone in the process.\",6:\"§7Bones regenerate every §a30§7\",7:\"§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE HELMET\"],Name:\"§9Skeleton's Helmet\"},ExtraAttributes:{id:\"SKELETON_HELMET\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+75\",1:\"\",2:\"§6Item Ability: Bone Shield\",3:\"§7A Bone Shield will surround you,\",4:\"§7nullifying damage you take but\",5:\"§7consuming a bone in the process.\",6:\"§7Bones regenerate every §a30§7\",7:\"§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE HELMET\"],Name:\"§9Skeleton\u0027s Helmet\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SKELETON_HELMET\",uuid:\"2f2e0d0f-1b3a-4688-9a09-dd7e791ae727\",timestamp:\"3/30/20 12:18 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+75", "", @@ -18,5 +15,19 @@ "", "§7§8This item can be reforged!", "§9§lRARE HELMET" - ] + ], + "recipe": { + "A1": "ENCHANTED_BONE:64", + "A2": "ENCHANTED_BONE:64", + "A3": "ENCHANTED_BONE:64", + "B1": "ENCHANTED_BONE:64", + "B2": "", + "B3": "ENCHANTED_BONE:64", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "SKELETON_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.0.0" }
\ No newline at end of file |