From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- items/ARMOR_OF_YOG_CHESTPLATE.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'items/ARMOR_OF_YOG_CHESTPLATE.json') diff --git a/items/ARMOR_OF_YOG_CHESTPLATE.json b/items/ARMOR_OF_YOG_CHESTPLATE.json index e08b88cd..d5eeba8b 100644 --- a/items/ARMOR_OF_YOG_CHESTPLATE.json +++ b/items/ARMOR_OF_YOG_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Armor of Yog Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\",},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Armor of Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+50 HP", @@ -28,9 +28,23 @@ "§aCollection 5.", "§5§lEPIC CHESTPLATE" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_CHESTPLATE:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_CHESTPLATE", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires Hard Stone Collection V", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" + ] } \ No newline at end of file -- cgit