From 357dca39c9c87223d3c7d54064cbf67f7f49aa9b Mon Sep 17 00:00:00 2001 From: ENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com> Date: Sun, 1 Aug 2021 08:49:56 +0800 Subject: Add recipes to some items (#572) * Update CATACOMBS_EXPERT_RING.json * Update WITHER_RELIC.json * Update CATACOMBS_EXPERT_RING.json --- items/CATACOMBS_EXPERT_RING.json | 15 +++++++++++++-- items/WITHER_RELIC.json | 13 ++++++++++++- 2 files changed, 25 insertions(+), 3 deletions(-) (limited to 'items') diff --git a/items/CATACOMBS_EXPERT_RING.json b/items/CATACOMBS_EXPERT_RING.json index 0aa6dd9e..a5387914 100644 --- a/items/CATACOMBS_EXPERT_RING.json +++ b/items/CATACOMBS_EXPERT_RING.json @@ -10,12 +10,23 @@ "§7§8This item can be reforged!", "§5§lEPIC DUNGEON ACCESSORY" ], + "recipe": { + "A1": "WITHER_CATALYST:3", + "A2": "WITHER_CATALYST:3", + "A3": "WITHER_CATALYST:3", + "B1": "WITHER_CATALYST:3", + "B2": "", + "B3": "WITHER_CATALYST:3", + "C1": "WITHER_CATALYST:3", + "C2": "WITHER_CATALYST:3", + "C3": "WITHER_CATALYST:3" + }, "internalname": "CATACOMBS_EXPERT_RING", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catacombs_Expert_Ring" ] -} \ No newline at end of file +} diff --git a/items/WITHER_RELIC.json b/items/WITHER_RELIC.json index e0cb551b..97f2cb88 100644 --- a/items/WITHER_RELIC.json +++ b/items/WITHER_RELIC.json @@ -10,6 +10,17 @@ "§7§8This item can be reforged!", "§6§lLEGENDARY DUNGEON ACCESSORY" ], + "recipe": { + "A1": "WITHER_CATALYST:1", + "A2": "WITHER_CATALYST:1", + "A3": "WITHER_CATALYST:1", + "B1": "WITHER_CATALYST:1", + "B2": "WITHER_ARTIFACT:1", + "B3": "WITHER_CATALYST:1", + "C1": "WITHER_CATALYST:1", + "C2": "WITHER_CATALYST:1", + "C3": "WITHER_CATALYST:1" + }, "internalname": "WITHER_RELIC", "crafttext": "", "clickcommand": "viewrecipe", @@ -18,4 +29,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Relic" ] -} \ No newline at end of file +} -- cgit