Could you please consider adding a rule to adjust spawning based on moon phase? Specifically I'd like to limit spawns during a full moon but increase them during the new moon.
The phases are detailed at http://minecraft.gamepedia.com/Moon, and it looks like you can retrieve the current phase with world.provider.getMoonPhase
Could you please consider adding a rule to adjust spawning based on moon phase? Specifically I'd like to limit spawns during a full moon but increase them during the new moon.
The phases are detailed at http://minecraft.gamepedia.com/Moon, and it looks like you can retrieve the current phase with
world.provider.getMoonPhase
Thank you :)