Time of day filter only working for 1 day
Infant-Anihilator opened this issue ยท 1 comments
My world is covered in a permanent thunderstorm which makes hostile mobs spawn 24/7. I want to stop mobs from spawning during daytime only, but then the filter only works for 1 day. Anytime after that, they keep spawning. Am i doing something wrong, or is it a bug? This is what my filter looks like:
rules:
- name: Mobs cannot spawn during the day above sea level
what: DISALLOW_SPAWN
when:
spawnGroup: [MONSTER]
dimensionId: ['minecraft:overworld']
timeOfDay: [0, 12969]
blockY: [63, MAX]