mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +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);
|
biome3D.setBiome(x, y, z, bio);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMinHeight() {
|
||||||
|
return rawChunkData.getMinHeight();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxHeight()
|
public int getMaxHeight()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user