Weight tree & cleanup
This commit is contained in:
parent
aec1216769
commit
2093c747c6
8 changed files with 83 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue