[Feature request]
Sereath opened this issue ยท 3 comments
A way for us to specify in the config the length of our Minecraft days in ticks.
As an example (taken from Serene Seasons config file):
"time settings" {
# The duration of a Minecraft day in ticks [range: 20 ~ 2147483647, default: 24000]
I:"Day Duration"=48000
Meaning that parts of the current config that use days instead of ticks would be easier to adjust, such as:
# Amount of days between horde spawns
I:hordeSpawnDays=10
# A list of entities to spawn followed by the spawn weight then the day they first appear on then the last day...
S:spawnList <
minecraft:zombie-20-0-20
minecraft:zombie_villager-5-0-10
minecraft:husk-20-30-0
Currently testing the mod right now with extended Minecraft days (worth 48000 ticks) so as long as it works when using values such as this:
# What time of day does the horde event start? eg 18000 is midnight.
I:hordeStartTime=36000
Then this request is a minor thing.
The way the mod works currently, wouldn't work with the config option you set in the last example.
This does seem like a useful, if rarely used feature, I will add it in the next update.