Added some more pre-gen testing code (disabled)

This commit is contained in:
Leonardo
2021-10-19 13:35:22 +02:00
parent 9d80b81378
commit 10382342d8
3 changed files with 42 additions and 11 deletions
@@ -87,7 +87,7 @@ public class LodRegion
boolean fileFound = false;
preGeneratedChunkPos = new boolean[32 * 32];
/*
if (MinecraftWrapper.INSTANCE.hasSinglePlayerServer() && LodConfig.CLIENT.worldGenerator.useExperimentalPreGenLoading.get())
{
File regionFileDirHead;
@@ -137,7 +137,7 @@ public class LodRegion
e.printStackTrace();
}
System.out.println(string);
}
}*/
}