Started by
ADemobird
on
Topic category: Help with Minecraft modding (Java Edition)
Ive been making a mod, and i decided to add a custom dimension. but sometimes when i look around the fog colour turns from my intended black colour to a red/orange/yellow colour. Is it possible to disable this and does anyone know how???
this has happened to me many times, the best way to combat this is to make a procedure when the player enters the dimension to make it midnight, and change dodaylight cycle to false. and when the player leaves use the execute command to change dodaylight cycle to true.
------When player enters dimension
execute command gamerule DoDaylightCycle false
set time 18000
------When player leaves dimension
execute command gamerule DoDaylightCycle false
i hope you understand my messy typingthat could work, but only in singleplayer. i started making this mod mostly to play with friends, but others could play it aswell
Well thats all i have for now, maybe in 1.18 update or earlier they'll fix it.