diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 21:16:28 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-17 21:16:28 -0500 |
commit | 53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f (patch) | |
tree | 559caeef0c7925d1ca6d9c8c1c827803a1de71ff /items/SORROW_CHESTPLATE.json | |
parent | b8d00599721cd30fd5c3653ab99397133da6ba3a (diff) | |
download | NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.tar.gz NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.tar.bz2 NotEnoughUpdates-REPO-53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f.zip |
HotM 3
Diffstat (limited to 'items/SORROW_CHESTPLATE.json')
-rw-r--r-- | items/SORROW_CHESTPLATE.json | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/items/SORROW_CHESTPLATE.json b/items/SORROW_CHESTPLATE.json index 774f8dd4..917047f1 100644 --- a/items/SORROW_CHESTPLATE.json +++ b/items/SORROW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_chestplate", - "displayname": "§f§f§9Sorrow Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE CHESTPLATE\"],Name:\"§f§f§9Sorrow Chestplate\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_CHESTPLATE\",uuid:\"2b590eb1-cca0-434e-abbc-0079d2152453\"},AttributeModifiers:[]}", + "displayname": "§9Sorrow Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE CHESTPLATE\"],Name:\"§9Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", @@ -15,9 +15,18 @@ "§7§8This item can be reforged!", "§9§lRARE CHESTPLATE" ], + "recipe": { + "A1": "SORROW:3", + "A2": "", + "A3": "SORROW:3", + "B1": "SORROW:3", + "B2": "SORROW:3", + "B3": "SORROW:3", + "C1": "SORROW:3", + "C2": "SORROW:3", + "C3": "SORROW:3" + }, "internalname": "SORROW_CHESTPLATE", - "crafttext": "", - "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" -} + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file |