aboutsummaryrefslogtreecommitdiff
path: root/items/CATACOMBS_EXPERT_RING.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/CATACOMBS_EXPERT_RING.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/CATACOMBS_EXPERT_RING.json')
-rw-r--r--items/CATACOMBS_EXPERT_RING.json15
1 files changed, 13 insertions, 2 deletions
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
+}