mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Support min height
This commit is contained in:
parent
7c46ee50a4
commit
3077cf6bb5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user