Fixed gravel beach generation

This commit is contained in:
Adubbz 2016-03-20 10:27:30 +11:00
parent efb62315a5
commit 3841eb8008
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ public class ModBiomes implements BOPBiomes.IBiomeRegistry
BOPCommand.biomeCount++;
BOPBiomes.REG_INSTANCE.registerBiome(biome, idName);
BiomeGenBase.registerBiome(id, idName, biome);
BiomeGenBase.registerBiome(id, biome.getResourceLocation().toString(), biome);
//Enable spwning and village generation in the biome
if (biome.canSpawnInBiome)