Topic category: Troubleshooting, bugs, and solutions
When I create new dimensions with ambient light and/or skylights disabled , the dimension will still have a sun and daylight cycle. Because of this, monster spawning and plant is affected in ways that a Modder might not want. This issue only occurs in dimensions generated similar to the End and Overworld. I have confirmed that this is not a forge bug as I have used forge 43.2.0 for older versions of mcreator and have not encountered this issue, I have also confirmed that the settings I select for dimensions are in the generated code by looking at the "dimensionname.json".
While blocks and entities are unlit, there is a skylight , causing very broken lighting.
Please fix this in the full release of 2023.2 or tell me my mistake if possible. I was not able to submit this as a ticket.
Maybe you have enabled constant light source?
I Cant find a setting with that name in the "dimensioname.json", and "has_skylight" is set to false. Also this issue happens in fresh addons with no settings like that changed.
Is this a game setting?
I did find a parameter in the dimesion.java file called DimensionSpecialEffects.SkyType.NORMAL
. Maybe this is the issue
I was just looking this up trying to disable the day night cycle in custom dimension, but I found this website that listed the parameters for DimensionSpecialEffects.SkyType.NORMAL. You might have more luck than me figuring it out lol https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.19.3/net/minecraft…