Engine fixes

This commit is contained in:
cyberpwn
2021-08-21 06:21:15 -04:00
parent d3998dd03b
commit 203a42c043
5 changed files with 5 additions and 12 deletions
@@ -51,7 +51,7 @@ public interface EngineMantle extends IObjectPlacer {
Engine getEngine();
Future<Integer> getRadius();
Integer getRadius();
KList<MantleComponent> getComponents();
@@ -224,7 +224,6 @@ public interface EngineMantle extends IObjectPlacer {
return;
}
Iris.debug("Engine Matter Insert " + x + " " + z);
getMantle().iterateChunk(x, z, t, blocks::set);
}