Started by
Saiber Rida
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to lock a dimension's daylight cycle or remove it? I ask this because depending on the time the sky and the fog change colors to orange, I want the sky to always be a specific color, and never ever change it, no matter what time it is, like both the nether and the end do.
You can't lock the day or the night, but you can use procedures to detect when it's the night, and then reset the day.
But that also resets the overworld's cycle
I know I'm quite late to this, but there is a simple way to set the time to one value. You will need to lock the code for your dimension and then open the dimension_type > DIMENSION_ID.json add in a line for "fixed_time": and then your number. The number would be the same number as in the /timeset command in the base game - https://imgur.com/SIpd2YY