diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-05 16:52:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 10:52:10 -0400 |
commit | 325d03e7812c8f85d9c476b9d778d36950dfbb01 (patch) | |
tree | b9b7a095386dabc75fd9437cce95fc782aa103e1 /constants | |
parent | 8d46f98a23461a04fae955fef1c6c597f275c02e (diff) | |
download | NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.gz NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.bz2 NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.zip |
Small Stuff (#510)
* Small Stuff
* Another Rainbow Name
* New Item and a fix
* Other fixes
* Another one
* Added Item and fixed one
* I love commit messages
* Another Rainbow Name
* Rainbow Name
* Rainbow Name
* yep
* Stuff
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 8 | ||||
-rw-r--r-- | constants/parents.json | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index d00eb35b..2634a2ca 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1033,6 +1033,9 @@ ], "SOULFLOW_BATTERY":[ "SOULFLOW_SUPERCELL" + ], + "ENDER_ARTIFACT":[ + "ENDER_RELIC" ] }, @@ -1116,7 +1119,10 @@ "854fc11edfac4ef6b4c1abe2d7bcbc6b", "5ac46fc460a946138821cfd7318d89f3", "c707c6e66d924261b978b820e86c289c", - "ad371f407c8144c0bea559fdf019384f" + "ad371f407c8144c0bea559fdf019384f", + "f50e5d5cca524c2ebc9d040acefa7c5a", + "f2e5c25893a346b693bc2a4b56c91210", + "b6b68a1b808f4a66aeafea00e0324fad" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index b6ded590..d2987e99 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2174,5 +2174,8 @@ ], "SHAMAN_SWORD":[ "POOCH_SWORD" + ], + "ENDER_RELIC":[ + "ENDER_ARTIFACT" ] } |