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); 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();