mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
linked terrain chunk min height support
This commit is contained in:
parent
356aa27f70
commit
7efdcdc592
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user