mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
update logging
This commit is contained in:
-4
@@ -93,10 +93,6 @@ public class NoiseChunkGenerator3D implements ChunkGenerator {
|
|||||||
|
|
||||||
PaletteInfo paletteInfo = biome.getContext().get(PaletteInfo.class);
|
PaletteInfo paletteInfo = biome.getContext().get(PaletteInfo.class);
|
||||||
|
|
||||||
if(paletteInfo == null) {
|
|
||||||
platform.logger().info("null palette: " + biome.getID());
|
|
||||||
}
|
|
||||||
|
|
||||||
GenerationSettings generationSettings = biome.getGenerator();
|
GenerationSettings generationSettings = biome.getGenerator();
|
||||||
|
|
||||||
int sea = paletteInfo.getSeaLevel();
|
int sea = paletteInfo.getSeaLevel();
|
||||||
|
|||||||
Reference in New Issue
Block a user