diff options
author | ENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com> | 2021-08-01 08:49:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 20:49:56 -0400 |
commit | 357dca39c9c87223d3c7d54064cbf67f7f49aa9b (patch) | |
tree | bf57bc4dcc1c2f830a2317247123f67e47a0bf47 /items | |
parent | d6df1b793360818a319fd64ad1cf84735c669d98 (diff) | |
download | NotEnoughUpdates-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')
-rw-r--r-- | items/CATACOMBS_EXPERT_RING.json | 15 | ||||
-rw-r--r-- | items/WITHER_RELIC.json | 13 |
2 files changed, 25 insertions, 3 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 +} 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 +} |