Fixed all the data view bugs

This commit is contained in:
TomTheFurry
2022-08-04 19:07:19 +08:00
parent d414a27498
commit 521dfb83e4
2 changed files with 3 additions and 3 deletions
@@ -467,8 +467,8 @@ public final class BatchGenerationEnvironment extends AbstractBatchGenerationEnv
return result;
}
public void generateDirect(GenerationEvent e, ArrayGridList<ChunkAccess> subRange, Steps step,
LightedWorldGenRegion region)
public void generateDirect(GenerationEvent e, ArrayGridList<ChunkAccess> subRange,
Steps step, LightedWorldGenRegion region)
{
try
{
+1 -1
Submodule core updated: 6fe2b6f331...1abf2a6a0b