Weight tree & cleanup

This commit is contained in:
paulevsGitch 2020-11-19 17:37:41 +03:00
parent aec1216769
commit 2093c747c6
8 changed files with 83 additions and 16 deletions

View file

@ -112,6 +112,9 @@ public class EndBiomes {
}
});
LAND_BIOMES.rebuild();
VOID_BIOMES.rebuild();
LAND_BIOMES.getBiomes().forEach((endBiome) -> {
Biome biome = biomeRegistry.get(endBiome.getID());
endBiome.setActualBiome(biome);