mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Dont wait for the mantle to load, skip it until it's loaded (async)
This commit is contained in:
@@ -524,4 +524,8 @@ public class Mantle {
|
||||
|
||||
slice.iterateSync((xx, yy, zz, t) -> set(x + xx, y + yy, z + zz, t));
|
||||
}
|
||||
|
||||
public boolean isLoaded(Chunk c) {
|
||||
return loadedRegions.containsKey(key(c.getX() >> 5, c.getZ() >> 5));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user