Typo WorldGenType.Metorites
This commit is contained in:
parent
88ff766eef
commit
c698274e11
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ final public class MeteoriteWorldGen implements IWorldGenerator
|
|||
@Override
|
||||
public void generate(Random r, int chunkX, int chunkZ, World w, IChunkProvider chunkGenerator, IChunkProvider chunkProvider)
|
||||
{
|
||||
if ( WorldGenRegistry.instance.isWorldGenEnabled( WorldGenType.Metorites, w ) )
|
||||
if ( WorldGenRegistry.instance.isWorldGenEnabled( WorldGenType.Meteorites, w ) )
|
||||
{
|
||||
// add new metorites?
|
||||
if ( r.nextFloat() < AEConfig.instance.metoriteSpawnChance )
|
||||
|
|
Loading…
Reference in a new issue