diff options
Diffstat (limited to 'items/WITHER_RELIC.json')
-rw-r--r-- | items/WITHER_RELIC.json | 13 |
1 files changed, 12 insertions, 1 deletions
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 +} |