Status
Fixed
Issue description
Can you include another bool parameter into custom dimension creating, that allows to create a dimension with skylight?
It's realy easy to implement. It just needs this code changed in dimension script.
@Override
public void init() {
this.biomeProvider = new BiomeProviderCustom(this.world.getSeed());
//adds Skylight
this.hasSkyLight = true;
this.nether = NETHER_TYPE;
}
I have allready tested it, and it works correctly.
Sorry for my bad english.
Thank you for your code example. I am merging this one with this ticket: https://mcreator.net/tracker/issue/47733