9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Support min height

This commit is contained in:
DanLT
2021-06-17 19:21:53 -08:00
parent 7c46ee50a4
commit 3077cf6bb5

View File

@@ -402,6 +402,11 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
writer.setBiome((ox + x), y, oz + z, bio);
}
@Override
public int getMinHeight() {
return w.getMinHeight();
}
@Override
public int getMaxHeight() {
return w.getMaxHeight();