forked from TAIGA/TAIGA
Formatting fix
This commit is contained in:
@@ -155,6 +155,7 @@ public class WorldGen implements IWorldGenerator {
|
|||||||
case 0:
|
case 0:
|
||||||
world(random, x, z, world);
|
world(random, x, z, world);
|
||||||
if(!net.minecraft.server.MinecraftServer.getAllowNether()) {
|
if(!net.minecraft.server.MinecraftServer.getAllowNether()) {
|
||||||
|
|
||||||
/** worldNetherless generates nether/end ores in overworld */
|
/** worldNetherless generates nether/end ores in overworld */
|
||||||
worldNetherless(random, x, z, world);
|
worldNetherless(random, x, z, world);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user