9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00

okey back to normal

This commit is contained in:
RePixelatedMC
2024-07-29 18:51:07 +02:00
parent c2ab688590
commit fe5bb67973
2 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ public interface EngineMantle extends IObjectPlacer {
@ChunkCoordinates
default void generateMatter(int x, int z, boolean multicore, ChunkContext context) {
synchronized (this) {
//synchronized (this) {
if (!getEngine().getDimension().isUseMantle()) {
return;
}
@@ -220,7 +220,7 @@ public interface EngineMantle extends IObjectPlacer {
}
burst.complete();
}
// }
}
default void generateMantleComponent(MantleWriter writer, int x, int z, MantleComponent c, MantleChunk mc, ChunkContext context) {