Minor Changes

This commit is contained in:
Frank 2022-06-12 03:12:09 +02:00
parent e850173d9e
commit c6d7050651
2 changed files with 3 additions and 2 deletions

View file

@ -72,6 +72,7 @@ public abstract class WorldOpenFlowsMixin {
WorldData worldData,
CallbackInfo ci
) {
//LifeCycleAPI.startWorld(levelStorageAccess, worldData.worldGenSettings());
//called from the CreateWorldScreenMixin now
//LifeCycleAPI.newWorldSetup(levelStorageAccess, worldData.worldGenSettings());
}
}