Minor Update

This commit is contained in:
Frank 2022-05-22 12:11:31 +02:00
parent 0a5a608b7d
commit 7466048a22
3 changed files with 78 additions and 4 deletions

View file

@ -22,7 +22,7 @@ public class WorldPresetsUI {
public static void setupClientside() {
registerCustomizeUI(WorldPresets.BCL_WORLD, (createWorldScreen, worldCreationContext) -> {
return new WorldSetupScreen(createWorldScreen);
return new WorldSetupScreen(createWorldScreen, worldCreationContext);
});
}
}