The bug
When using a non-[a-z0-9/._-]-character as biome in a superflat preset, the game crashes.
How to reproduce
Open MC 1.14.4 or later
Create new superflat world
Choose a preset that uses a non-
[a-z0-9/._-]character as biome (e.g.minecraft:air;*;)Click Done (or whatever button it was)
→ ❌ The game crashes instead of giving a proper error message
You used a comma (
,) instead of a semicolon (;) afterminecarft:dark_forest, so the game is trying to parse all ofminecraft:dark_forest,stronghold,biome_1,mansion,dungeonas the biome.Probably still a bug that the game crashes instead of giving a proper error message.