mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
linked terrain chunk min height support
This commit is contained in:
@@ -122,6 +122,11 @@ public class LinkedTerrainChunk implements TerrainChunk
|
||||
biome3D.setBiome(x, y, z, bio);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMinHeight() {
|
||||
return rawChunkData.getMinHeight();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxHeight()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user