9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 11:39:07 +00:00
This commit is contained in:
DanLT
2021-09-01 13:07:49 -08:00
parent aaffeb9fac
commit 7a188af002
4 changed files with 11 additions and 2 deletions

View File

@@ -312,4 +312,9 @@ public interface EngineMantle extends IObjectPlacer {
default boolean dequeueRegenerate(int x, int z) {
return false;// TODO:
}
default int getLoadedRegionCount()
{
return getMantle().getLoadedRegionCount();
}
}