mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-22 11:35:11 +01:00
Fix for nether Biome in end world
https://github.com/BentoBoxWorld/CaveBlock/issues/54
This commit is contained in:
parent
5e610f5fd8
commit
c0c2970168
@ -124,7 +124,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator
|
||||
{
|
||||
for (int z = 0; z < 16; z += 4)
|
||||
{
|
||||
biomeGrid.setBiome(x, y, z, this.settings.getDefaultNetherBiome());
|
||||
biomeGrid.setBiome(x, y, z, this.settings.getDefaultTheEndBiome());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user