diff options
Diffstat (limited to 'items/MINER_OUTFIT_CHESTPLATE.json')
-rw-r--r-- | items/MINER_OUTFIT_CHESTPLATE.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/MINER_OUTFIT_CHESTPLATE.json b/items/MINER_OUTFIT_CHESTPLATE.json index af471328..9a65c000 100644 --- a/items/MINER_OUTFIT_CHESTPLATE.json +++ b/items/MINER_OUTFIT_CHESTPLATE.json @@ -1,11 +1,8 @@ { - "internalname": "MINER_OUTFIT_CHESTPLATE", "itemid": "minecraft:leather_chestplate", - "displayname": "Miner\u0027s Outfit Chestplate", - "clickcommand": "viewrecipe", + "displayname": "§aMiner's Outfit Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON CHESTPLATE\"],color:8026468,Name:\"§aMiner's Outfit Chestplate\"},ExtraAttributes:{id:\"MINER_OUTFIT_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§6Full Set Bonus: Haste\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Haste II§7 while\",5:\"§7worn.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON CHESTPLATE\"],color:8026468,Name:\"§aMiner\u0027s Outfit Chestplate\"},ExtraAttributes:{color:\"122:121:100\",originTag:\"QUICK_CRAFTING\",id:\"MINER_OUTFIT_CHESTPLATE\",uuid:\"dc4ae65b-4d5d-4913-a97a-fb706ad516a5\",timestamp:\"3/5/20 7:54 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Defense: §a+40", "", @@ -16,5 +13,23 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_COBBLESTONE:1", + "A2": "", + "A3": "ENCHANTED_COBBLESTONE:1", + "B1": "ENCHANTED_COBBLESTONE:1", + "B2": "ENCHANTED_COBBLESTONE:1", + "B3": "ENCHANTED_COBBLESTONE:1", + "C1": "ENCHANTED_COBBLESTONE:1", + "C2": "ENCHANTED_COBBLESTONE:1", + "C3": "ENCHANTED_COBBLESTONE:1" + }, + "internalname": "MINER_OUTFIT_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Miner_Armor" ] }
\ No newline at end of file |