Superflat Settings Doesn't Work
xEobardThawne opened this issue ยท 1 comments
Minecraft version
1.21.x
Default World Type version
1.21-5.0.2
NeoForge version
21.1.186
The latest.log file
Issue description
What the title says. Here's my client-config.toml, but I checked it to make sure there were no typos.
[world-preset]
#Type in the name from the world type which should be selected by default.
world-preset = "minecraft:flat"
#Type in a valid generation setting for flat world type.
#Only works if world-type if 'minecraft:flat'.
flat-settings = "minecraft:bedrock,63*minecraft:deepslate,59*minecraft:stone,2*minecraft:dirt,minecraft:grass_block;minecraft:plains"
#Disables the preset selection button in the world selection screen.
disable-button = false
#The list of world types which should be available in the world selection screen. If empty, all world types are available.
allowed-world-types = ["minecraft:flat"]
Steps to reproduce
- Change your superflat settings
- go into world creation
- see that your superflat preset is unchanged
Other information
No response