diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-08 00:27:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:27:53 -0400 |
commit | a608bfb4b4ef40ec748554ed884a79f6beae2df1 (patch) | |
tree | 28e9d9984ae6459d5f41271d641f6b34efd23483 /constants | |
parent | 9a7121c380f91006ab8d4e14e29d0cf0ca7226ba (diff) | |
download | NotEnoughUpdates-REPO-a608bfb4b4ef40ec748554ed884a79f6beae2df1.tar.gz NotEnoughUpdates-REPO-a608bfb4b4ef40ec748554ed884a79f6beae2df1.tar.bz2 NotEnoughUpdates-REPO-a608bfb4b4ef40ec748554ed884a79f6beae2df1.zip |
Summer - Added new Minion Skins and Furniture Stuff, added 2 Mayors added Rainbow Name and fixed 3 Bugs (#531)
* Summer
* Mayor Stuff
* Another Fix
* Rainbow Name and a fix
* Fixing Cultivating
* Another Fix
* yep
* Rainbow Name
* Another Fix
* Rainbow Name
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 4 | ||||
-rw-r--r-- | constants/misc.json | 5 | ||||
-rw-r--r-- | constants/parents.json | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 6244b90c..1be873e1 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -582,10 +582,10 @@ ], "ender_slayer": [ 10, - 15, 20, 25, - 30 + 30, + 40 ], "impaling": [ 30, diff --git a/constants/misc.json b/constants/misc.json index a75c978d..f9fa8e80 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1153,7 +1153,10 @@ "f51f722efec648b0a358785a0bbcaa36", "61d6fcac9885435bae627f8f4e2910fe", "dd3384c0775b4c918c59dc291f9902af", - "3d2be6a62eec40f491ea1bfa994d43b7" + "3d2be6a62eec40f491ea1bfa994d43b7", + "ee2116d21a8446859baf80cc0a2c323c", + "74f1afbded9b4d81a7bb2b4d7474bf4d", + "55d25d86af7f4d969cae21ac8a685d67" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index 884fd3ca..46351c70 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2185,9 +2185,11 @@ "DANTE_SPECIAL_MAYOR_MONSTER" ], "AATROX_MAYOR_MONSTER":[ + "BARRY_MAYOR_MONSTER", "COLE_MAYOR_MONSTER", "DIANA_MAYOR_MONSTER", "DIAZ_MAYOR_MONSTER", + "FOXY_MAYOR_MONSTER", "MARINA_MAYOR_MONSTER", "PAUL_MAYOR_MONSTER" ], |