Menu

Guidefor players3 min read

Terralith and TerraBlender: why Superflat, Amplified and Large Biomes get ignored

Pick Superflat, Amplified or Large Biomes with Terralith or any other TerraBlender based biome mod installed and you get a normal world instead, with no error. Why that happens and which world types it hits.

What happens

You start a new world, open the world type screen, and pick Superflat, Amplified, or Large Biomes. The world creates without complaint. Then you spawn in and the terrain is ordinary: Superflat gives you rolling hills instead of flat layers, Amplified gives you normal height variation instead of exaggerated peaks, Large Biomes gives you regular sized biomes instead of the stretched out version the preset promises. No error, no warning, no log entry. The preset you picked is simply not what generated.

Players hit this constantly with Terralith and describe it the same way across CurseForge comments: a Superflat world that "ignored the superflat preset and set it to normal world," a request for a flat water world that "just creates a normal world," a report that "this mod ignores single biome worlds" too. Every one of those is the same underlying failure, not four separate bugs.

Which mods this affects

TerraBlender is a library mod that several biome mods build on. It intercepts the overworld's normal biome placement and weaves in extra biomes supplied by whichever mod depends on it, using the same data driven approach a raw worldgen datapack uses for its content. Terralith's own maintainer put it plainly in the mod's GitHub issue tracker: "Terralith is a datapack, yes, even the mod version, it is a datapack packaged as a mod." That description holds for TerraBlender based biome content generally, which is why this is not unique to one mod. Biomes O' Plenty's TerraBlender integration and William Wythers' Overhauled Overworld add biomes through the same kind of mechanism and run into the same limitation.

Why it happens

World type selection happens before any datapack content gets applied. Choosing Default, Superflat, Amplified, or Large Biomes tells the game which chunk generator configuration to load for the overworld, and that choice is settled first. A worldgen datapack, which is what Terralith and any TerraBlender based mod ship at the core, only extends the biome list wired into the Default configuration. It has no hook into the separate configurations the alternate presets use.

Superflat is the clearest case: it does not place biomes by noise at all. It stacks a fixed set of block layers and uses one chosen biome for the whole world, so there is no noise based biome list for a datapack to add to. Amplified and Large Biomes do use noise based biome placement, but historically through their own separate preset data rather than the Default configuration a worldgen datapack extends.

Terralith's maintainer traces this to a genuine Minecraft engine limitation, not a mistake in the mod, and links it to a Mojang bug tracker ticket, MC-260949. The specific gap was the inability for a datapack to define a custom biome parameter list for anything other than the Default preset. Until that capability existed, there was no legitimate way for any worldgen datapack, from any mod, to reach Large Biomes or Amplified generation at all.

The fix, and its limits

Mojang eventually added that capability, and Terralith 2.6.0 uses it: Large Biomes and Amplified generate correctly with Terralith's biomes on Minecraft 1.21.1, 1.21.11, 26.1, and everything after. That fix is not backported, so any older instance stays affected regardless of the mod version installed on it. Superflat sits outside the fix entirely, for the reason above: no biome parameter list capability changes what a layer stacking generator with no noise placement can do.

Other TerraBlender based mods do not inherit Terralith's fix just by sharing the library. Each mod owns its own biome data and has to update it separately to take advantage of the same underlying capability.

Why this belongs on a version-tracking site

Neither TerraBlender's documentation nor most biome mods' own pages spell out which world types they support, because from the perspective of a single mod's changelog, "does not work with Superflat" reads like a footnote rather than a headline. It only becomes visible as a pattern once you line up several mods that share the same dependency and watch them fail the same way, on the same presets, for the same reason, tracing back to one Mojang bug ticket. That is exactly the kind of fact that belongs in a compatibility reference rather than any one project's own notes: precise, dated, tied to a specific version boundary, and true regardless of what any individual mod's next release does.

Frequently asked

Is this a Terralith bug specifically?

No. It affects any biome mod built on TerraBlender, the shared library several worldgen mods use to add biomes to the overworld. Biomes O' Plenty's TerraBlender integration and William Wythers' Overhauled Overworld hit the same wall. Terralith is just the mod with the clearest paper trail, because its maintainer wrote the cause down in a GitHub issue instead of leaving players to guess.

Will the game show an error or a warning?

No. World creation finishes normally, the game loads, and nothing in the log flags a problem. The only sign is the terrain itself: pick Superflat and you get ordinary hills, pick Large Biomes or Amplified and you get an ordinary sized, ordinary height world. Nothing crashes because nothing is technically broken.

Has this been fixed?

Partly, and only for Terralith. As of Terralith 2.6.0, Large Biomes and Amplified work correctly on Minecraft 1.21.1, 1.21.11, 26.1 and every version after. That fix relies on a capability Mojang added to the game itself, so it was not, and per the maintainer will not be, backported to older versions.

Does that fix cover Superflat too?

No, and it never can. Large Biomes and Amplified were unblocked because datapacks can now supply their own biome list for those presets. Superflat does not place biomes by noise at all, it stacks fixed layers with a single chosen biome, so there is no biome list for a datapack to extend in the first place. Superflat staying vanilla with these mods installed is permanent, not a bug waiting on a patch.

Does the Terralith fix mean Biomes O' Plenty or William Wythers' Overhauled Overworld are fixed too?

Not automatically. TerraBlender is the shared engine, but each mod ships its own biome data, and each mod has to update that data to take advantage of the new capability. Being built on TerraBlender does not carry someone else's fix along with it. Check that specific mod's own changelog for its supported Minecraft version before assuming Large Biomes or Amplified work with it.

What should I actually do if I want one of these world types?

For Large Biomes or Amplified with Terralith, update to 2.6.0 or newer and run it on 1.21.1, 1.21.11, 26.1 or later. For Superflat with any TerraBlender based mod, or for any of these presets on an older version, there is no setting to flip. Use the default world type, or remove the mod before generating that particular world.

Space NodePartner

Host Minecraft servers

Deploy a Minecraft server in under a minute. Installed, tuned and ready to play.

  • Instant deployment
  • Automatic updates
  • Ryzen CPUs
  • NVMe SSD
Deploy a serverFrom €0.90 per GB

Referenced on this site

Last reviewed 2026-08-05. Version data on this site updates automatically; this guide is reviewed by hand when the ecosystem changes.

Is this information wrong or missing something? .