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_LEGGINGS.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'items/ARMOR_OF_YOG_LEGGINGS.json') diff --git a/items/ARMOR_OF_YOG_LEGGINGS.json b/items/ARMOR_OF_YOG_LEGGINGS.json index e5a53a1f..20b01c7b 100644 --- a/items/ARMOR_OF_YOG_LEGGINGS.json +++ b/items/ARMOR_OF_YOG_LEGGINGS.json @@ -22,9 +22,23 @@ "§aCollection 5.", "§5§lEPIC LEGGINGS" ], + "recipe": { + "A1": "YOGGIE:5", + "A2": "YOGGIE:5", + "A3": "YOGGIE:5", + "B1": "YOGGIE:5", + "B2": "FLAME_BREAKER_LEGGINGS:1", + "B3": "YOGGIE:5", + "C1": "YOGGIE:5", + "C2": "YOGGIE:5", + "C3": "YOGGIE:5" + }, "internalname": "ARMOR_OF_YOG_LEGGINGS", - "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