Minor Update
This commit is contained in:
parent
0a5a608b7d
commit
7466048a22
3 changed files with 78 additions and 4 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue