Skylight in custom dimension.

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.

Issue comments