diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /constants/parents.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 1b19b733..fdaaa877 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -989,7 +989,8 @@ "SHEEP;1", "SHEEP;0" ], - "ENDERMAN;4":[ + "ENDERMAN;5":[ + "ENDERMAN;4", "ENDERMAN;3", "ENDERMAN;2", "ENDERMAN;1", @@ -2127,5 +2128,21 @@ ], "BAIT_RING":[ "SPIKED_ATROCITY" + ], + "MANA_STEAL;1":[ + "MANA_STEAL;2", + "MANA_STEAL;3" + ], + "VOIDLING_GENERATOR_1":[ + "VOIDLING_GENERATOR_2", + "VOIDLING_GENERATOR_3", + "VOIDLING_GENERATOR_4", + "VOIDLING_GENERATOR_5", + "VOIDLING_GENERATOR_6", + "VOIDLING_GENERATOR_7", + "VOIDLING_GENERATOR_8", + "VOIDLING_GENERATOR_9", + "VOIDLING_GENERATOR_10", + "VOIDLING_GENERATOR_11" ] } |