Default World Type [Forge]

Default World Type [Forge]

8M Downloads

Superflat Settings Doesn't Work

xEobardThawne opened this issue ยท 1 comments

commented

Minecraft version

1.21.x

Default World Type version

1.21-5.0.2

NeoForge version

21.1.186

The latest.log file

https://mclo.gs/BW9rSEc

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

  1. Change your superflat settings
  2. go into world creation
  3. see that your superflat preset is unchanged

Other information

No response

commented

Oh, forgot to test that on the last update when I completely changed the way the mod works. Thank you so much!