diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-03 14:57:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 08:57:21 -0400 |
commit | afef38cdbbc30f5ced355a3d7a13febcca3bf0fc (patch) | |
tree | 89f071e756a096061c46a6e692578f2f4b3e2160 /constants/parents.json | |
parent | 0742fa26d3a88d486dfc3333131a86359b7bd2c6 (diff) | |
download | NotEnoughUpdates-REPO-afef38cdbbc30f5ced355a3d7a13febcca3bf0fc.tar.gz NotEnoughUpdates-REPO-afef38cdbbc30f5ced355a3d7a13febcca3bf0fc.tar.bz2 NotEnoughUpdates-REPO-afef38cdbbc30f5ced355a3d7a13febcca3bf0fc.zip |
:YEP: (#509)
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index 54650aa2..b6ded590 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2148,6 +2148,31 @@ "SMARTY_PANTS;1":[ "SMARTY_PANTS;2", "SMARTY_PANTS;3", + "SMARTY_PANTS;4", "SMARTY_PANTS;5" + ], + "SOULFLOW_SUPERCELL":[ + "SOULFLOW_BATTERY", + "SOULFLOW_PILE" + ], + "WATER_BUCKET":[ + "WATER", + "STATIONARY_WATER" + ], + "LAVA_BUCKET":[ + "LAVA", + "STATIONARY_LAVA" + ], + "VOIDWALKER_KATANA":[ + "VOIDEDGE_KATANA", + "VORPAL_KATANA", + "ATOMSPLIT_KATANA" + ], + "UNDEAD_SWORD":[ + "REVENANT_SWORD", + "REAPER_SWORD" + ], + "SHAMAN_SWORD":[ + "POOCH_SWORD" ] } |