mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Studio check for headless
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user