Biome setting in caves
This commit is contained in:
parent
800bf72faf
commit
2c819071a5
1 changed files with 1 additions and 5 deletions
|
@ -153,11 +153,7 @@ public abstract class EndCaveFeature extends DefaultFeature {
|
|||
}
|
||||
|
||||
protected void setBiome(WorldGenLevel world, BlockPos pos, EndCaveBiome biome) {
|
||||
//TODO: 1.18 No longer implemented in BCLib
|
||||
// BiomeSetter array = (BiomeSetter) world.getChunk(pos).getBiomes();
|
||||
// if (array != null) {
|
||||
// array.bclib_setBiome(biome.getActualBiome(), pos);
|
||||
// }
|
||||
BiomeAPI.setBiome(world, pos, biome.getActualBiome());
|
||||
}
|
||||
|
||||
private BlockPos findPos(WorldGenLevel world, BlockPos pos, int radius, Random random) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue