Capitalised enums to match conventions
This commit is contained in:
@@ -42,7 +42,7 @@ public final class MeteoriteWorldGen implements IWorldGenerator
|
||||
@Override
|
||||
public void generate( final Random r, final int chunkX, final int chunkZ, final World w, final IChunkGenerator chunkGenerator, final IChunkProvider chunkProvider )
|
||||
{
|
||||
if( WorldGenRegistry.INSTANCE.isWorldGenEnabled( WorldGenType.Meteorites, w ) )
|
||||
if( WorldGenRegistry.INSTANCE.isWorldGenEnabled( WorldGenType.METEORITES, w ) )
|
||||
{
|
||||
// add new meteorites?
|
||||
if( r.nextFloat() < AEConfig.instance.meteoriteSpawnChance )
|
||||
|
||||
Reference in New Issue
Block a user