Fixed gravel beach generation
This commit is contained in:
parent
efb62315a5
commit
3841eb8008
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue