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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user