9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00
This commit is contained in:
Daniel Mills
2020-08-22 11:27:06 -04:00
parent 8bf7fcff28
commit 69218b6710
2 changed files with 37 additions and 12 deletions

View File

@@ -44,6 +44,8 @@ public abstract class ParallelChunkGenerator extends DimensionChunkGenerator
{
e.close();
}
Iris.info("Thread Count changed to " + tc);
}
protected abstract void onGenerateColumn(int cx, int cz, int wx, int wz, int x, int z, AtomicSliver sliver, BiomeMap biomeMap, boolean sampled);