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