diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-22 15:59:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 09:59:28 -0400 |
commit | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (patch) | |
tree | 70ff406d2689d991e9b88b5b64518c211d348c76 /constants | |
parent | 4a0c84ac67b9ae995f0750b64ba5f86c69e500f4 (diff) | |
download | NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.gz NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.bz2 NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.zip |
Added Items, Mobs and Rainbow Name (#471)
* Added Rainbow Name, other constants things
* Update Stuff and Dragons
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 8 | ||||
-rw-r--r-- | constants/zones.json | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index 55c290f4..32f40604 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1045,7 +1045,8 @@ "d4393ba96ff64f6bae508be3ab7e1f01", "dc8c39647b294e03ae9ed13ebd65dd29", "92e9cf034cc24707bec94e8a50b49f51", - "553223191a7a45b8a714a84a544c7585" + "553223191a7a45b8a714a84a544c7585", + "12e2e27c20e14b6c993b571961f2595b" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index 9a63f48d..e5707a23 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2079,5 +2079,13 @@ ], "HOPE_OF_THE_RESISTANCE":[ "GENERALS_HOPE_OF_THE_RESISTANCE" + ], + "SUPERIOR_ENDER_DRAGON_BOSS":[ + "STRONG_ENDER_DRAGON_BOSS", + "WISE_ENDER_DRAGON_BOSS", + "YOUNG_ENDER_DRAGON_BOSS", + "UNSTABLE_ENDER_DRAGON_BOSS", + "OLD_ENDER_DRAGON_BOSS", + "PROTECTOR_ENDER_DRAGON_BOSS" ] } diff --git a/constants/zones.json b/constants/zones.json index 7d4172c0..d816fe2c 100644 --- a/constants/zones.json +++ b/constants/zones.json @@ -59,6 +59,7 @@ "Display": "The Farming Islands", "Scoreboard":[ "The Barn", + "Windmill", "Mushroom Desert", "Oasis", "Trappers Den", |