BYG crash fix, BYG end sub-biome support, Old Bulbis Gardens
improvements
This commit is contained in:
parent
7ef23332fc
commit
38a09c7221
10 changed files with 183 additions and 53 deletions
|
@ -144,18 +144,15 @@ public class EndBiomes {
|
|||
VOID_BIOMES.rebuild();
|
||||
|
||||
LAND_BIOMES.getBiomes().forEach((endBiome) -> {
|
||||
Biome biome = biomeRegistry.get(endBiome.getID());
|
||||
endBiome.setActualBiome(biome);
|
||||
endBiome.updateActualBiomes(biomeRegistry);
|
||||
});
|
||||
|
||||
VOID_BIOMES.getBiomes().forEach((endBiome) -> {
|
||||
Biome biome = biomeRegistry.get(endBiome.getID());
|
||||
endBiome.setActualBiome(biome);
|
||||
endBiome.updateActualBiomes(biomeRegistry);
|
||||
});
|
||||
|
||||
SUBBIOMES.forEach((endBiome) -> {
|
||||
Biome biome = biomeRegistry.get(endBiome.getID());
|
||||
endBiome.setActualBiome(biome);
|
||||
endBiome.updateActualBiomes(biomeRegistry);
|
||||
});
|
||||
|
||||
CLIENT.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue