mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +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);
|
writer.setBiome((ox + x), y, oz + z, bio);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMinHeight() {
|
||||||
|
return w.getMinHeight();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxHeight() {
|
public int getMaxHeight() {
|
||||||
return w.getMaxHeight();
|
return w.getMaxHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user