aboutsummaryrefslogtreecommitdiff
path: root/items/WITHER_RELIC.json
diff options
context:
space:
mode:
authorENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com>2021-08-01 08:49:56 +0800
committerGitHub <noreply@github.com>2021-07-31 20:49:56 -0400
commit357dca39c9c87223d3c7d54064cbf67f7f49aa9b (patch)
treebf57bc4dcc1c2f830a2317247123f67e47a0bf47 /items/WITHER_RELIC.json
parentd6df1b793360818a319fd64ad1cf84735c669d98 (diff)
downloadNotEnoughUpdates-REPO-357dca39c9c87223d3c7d54064cbf67f7f49aa9b.tar.gz
NotEnoughUpdates-REPO-357dca39c9c87223d3c7d54064cbf67f7f49aa9b.tar.bz2
NotEnoughUpdates-REPO-357dca39c9c87223d3c7d54064cbf67f7f49aa9b.zip
Add recipes to some items (#572)
* Update CATACOMBS_EXPERT_RING.json * Update WITHER_RELIC.json * Update CATACOMBS_EXPERT_RING.json
Diffstat (limited to 'items/WITHER_RELIC.json')
-rw-r--r--items/WITHER_RELIC.json13
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
+}