Refactor the DhLevel class structure.

Note: Known issue where sections need reload before gen is queued up. Will fix next
This commit is contained in:
TomTheFurry
2023-06-18 00:23:51 +08:00
parent 67612e1e92
commit a487653444
@@ -38,7 +38,7 @@ import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
import java.io.File;
import java.nio.file.Path;
//@Mixin(WorldUpgrader.class)
@Mixin(WorldUpgrader.class)
public class MixinWorldUpgrader {
static class FakeLevelWrapper implements IServerLevelWrapper {
private Path saveFolder;