diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-22 08:31:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 08:31:24 +0100 |
commit | 602818f42840f321b1658849c9d7d1af8887a85b (patch) | |
tree | 4f5e3c376340f1b74dcd1439fd124eee84086e5a /constants/misc.json | |
parent | a6d967c513053d1f53a3e0944be6f6097e27876a (diff) | |
download | NotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.tar.gz NotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.tar.bz2 NotEnoughUpdates-REPO-602818f42840f321b1658849c9d7d1af8887a85b.zip |
Fix talisman chains
Fixed talisman chains (hoofs, bat person, candy relic, wither relic)
Diffstat (limited to 'constants/misc.json')
-rw-r--r-- | constants/misc.json | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index 1e50b7a7..ae163c9d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -268,12 +268,17 @@ "HEALING_RING" ], "CANDY_RING": [ - "CANDY_ARTIFACT" + "CANDY_ARTIFACT", + "CANDY_RELIC" ], "CANDY_TALISMAN": [ "CANDY_RING", - "CANDY_ARTIFACT" + "CANDY_ARTIFACT", + "CANDY_RELIC" ], + "CANDY_ARTIFACT": [ + "CANDY_RELIC" + ], "INTIMIDATION_RING": [ "INTIMIDATION_ARTIFACT" ], @@ -459,6 +464,19 @@ ], "WEDDING_RING_8": [ "WEDDING_RING_9" + ], + "BAT_PERSON_TALISMAN": [ + "BAT_PERSON_RING", + "BAT_PERSON_ARTIFACT" + ], + "BAT_PERSON_RING": [ + "BAT_PERSON_ARTIFACT" + ], + "WITHER_ARTIFACT": [ + "WITHER_RELIC" + ], + "LUCKY_HOOF": [ + "ETERNAL_HOOF" ] }, |