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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user