ADD RandomSpawn Action Not Working In Certain Worlds
Summary ADD RandomSpawn Action doesn't work for certain worlds.
This is my randomspawn condition:
DustyGZSpawn:
Type: DustyGZ
Chance: 1.0
Priority: 10
Action: ADD
Worlds: world
Conditions:
- outside true
- day true
- sunny true
- distancefromspawn{d=>4000} true
Commenting out conditions doesn't work. This feature worked 1 week ago and nothing changed except updating Mythic. Changing world to world_aether fixes it, albeit they spawn in the wrong dimension. Switching to Replace action works, but it does not result in the intended effect
Steps to reproduce
RandomSpawns: https://pastebin.com/vtVn3ygv Mobs: https://pastebin.com/jcE17mUC Config: https://pastebin.com/ZT83nqmi
Go 4000 blocks out at noon with clear weather and during the day, above ground, in the overworld. Switch to survival mode to get mobs spawning. No mobs spawn.
Current behavior
DustyGZ does not spawn regardless of conditions.
Intended correct behavior
DustyGZ should spawn in the proper conditions.
Server log file
Debug log snippet
Proposed fixes
Roll back MythicMobs to how it was 1 week prior, when it worked.