diff options
author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-05-26 21:42:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 21:42:16 +0200 |
commit | 39dde9870cf0e86204143f461a30123223c5c17c (patch) | |
tree | 10a89a11e62ea04237da25c4379f16b060530c7e /constants/parents.json | |
parent | 17c4a154977e7ddb63849338e586c6a2a4958aca (diff) | |
download | NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.tar.gz NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.tar.bz2 NotEnoughUpdates-REPO-39dde9870cf0e86204143f461a30123223c5c17c.zip |
Hypixeling (#745)
* flaming fist not craftable
* Burststopper artifact recipe + parents
* misc.json
* recipe
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/parents.json b/constants/parents.json index cd1ac2dc..aa7a3f99 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2849,5 +2849,8 @@ "ULTIMATE_INFERNO;3", "ULTIMATE_INFERNO;4", "ULTIMATE_INFERNO;5" + ], + "BURSTSTOPPER_ARTIFACT" : [ + "BURSTSTOPPER_TALISMAN" ] } |