Formatting fix

This commit is contained in:
Blaster
2020-02-13 17:16:52 +01:00
parent ada8e9e004
commit cda20df501

View File

@@ -155,6 +155,7 @@ public class WorldGen implements IWorldGenerator {
case 0:
world(random, x, z, world);
if(!net.minecraft.server.MinecraftServer.getAllowNether()) {
/** worldNetherless generates nether/end ores in overworld */
worldNetherless(random, x, z, world);
}