mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +00:00
Fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user