mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Studio check for headless
This commit is contained in:
parent
623bb52fd8
commit
e4b45e512f
@ -136,6 +136,11 @@ public class HeadlessGenerator implements PlatformChunkGenerator {
|
||||
writer.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStudio() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public KList<Position2> getChunksInRegion(int x, int z) {
|
||||
try {
|
||||
return MCAUtil.sampleChunkPositions(writer.getRegionFile(x, z));
|
||||
|
Loading…
x
Reference in New Issue
Block a user