Single biome

Revision as of 06:17, 2 April 2025 by Outrowed (talk | contribs) (→‎Generation: nope, generator-settings only work for flat world in the code (ServerPropertiesHandler$WorldGenProperties in yarn mapping))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This feature is exclusive to Java Edition.
 
The customization screen for Single Biome.

Single Biome (formerly known as Buffet) is a world type or a vanilla world preset in which the entire Overworld consists of one biome. It is simple to customize, albeit very limited.

Generation[edit | edit source]

Single Biome uses a single fixed biome source for generating the Overworld with the default noise generator. Similar to the Default world type, this configuration generates a world with a bedrock floor at the Y=-64 lower height limit, and the rest of the terrain is generated on top of it. However, in contrast to the Default world type, the Overworld in a Single Biome world consists of only one biome.

The Nether and the End are unchanged from their Default world type counterpart. The Nether uses the multi-noise biome source and the End uses the minecraft:the_end biome source.

Additionally, players can override any dimension with the same fixed biome source generation like Single Biome using a custom dimension data pack.

Custom biome[edit | edit source]

Single Biome world type allows players to choose a biome that the world generates in the terrain of the Overworld. Biome choice determines things such as terrain, vegetation, generated structures, and to some extent, mob spawning. Single Biome worlds can be customized to use any one of the available biomes, using only that particular biome for the entire world. The player can choose any of the existing biomes, including the Nether and the End biomes, and custom biomes from data packs.

This customization is available in the "Buffet world customization" menu, accessible by clicking the "Customize" button beside the world type selector in the world creation settings.

Using a biome from the Nether or the End to generate the Overworld results in a world with their structures and characteristics, albeit very incomplete. For example, warped forest does not generate any warped trees, but still generates fogs, particles, and nether fortresses. This is caused by a bug where the biome surface and terrain is different from their own dimension.[1]

Server operators can set a Single Biome world type by setting level-type=minecraft:single_biome_surface in server.properties.

Bedrock Edition (unused)[edit | edit source]

The code for Single Biome world is inside of Bedrock Edition, but inaccessible through the game's UI. They can be accessed only by editing a world's code or via a third-party site. This code supports every biome within Bedrock Edition, including removed biomes.

In Bedrock Edition, Single Biome has few quirks such as:

This feature is neither widely known nor is it fully developed, and is unlikely to be fully implemented into the game, but it can still be accessed.

History[edit | edit source]

[hide]Java Edition
1.1318w16aAdded Buffet world type. At this time, the world generation options were "Overworld" and "End".
18w19aAdded the "Caves" generation option.
Changed the "Overworld" generator option to "Surface", and changed the "End" option to "Floating Islands".
Before this snapshot, players could change the level.dat's [String] generatorOptions tag to {"biome_source":{"type":"minecraft:fixed","biomes":["minecraft:plains"]},"chunk_generator":{"type":"minecraft:nether"}} to create the "Caves" generation option.
pre4Biome names are now sorted alphabetically in the Buffet menu.
1.1620w21aThe world generator types are now world type values instead of being an option in the Buffet world type.
Renamed "Surface" generator to "Single Biome".
1.1721w06aCave and Floating Island worlds now generate up to y=319 and down to y=-64.
21w07aCave and Floating Island worlds do not generate with grimstone.
21w15aCave and Floating Island worlds now generate up to y=255 and down to y=0.
21w17aCave and Floating Island worlds now once again generate as they did prior to 21w06a.
1.18Experimental Snapshot 1Cave and Floating Island worlds no longer generate surface features.
Floating Island worlds no longer generate terrain properly, and terrain generated above y=~64 now generates as end stone.
21w43aCave worlds now generate with netherrack on the ceiling.
21w44aCave worlds now once again generate with a bedrock ceiling, but now generate with netherrack instead of stone, and without a surface layer.
Floating Island worlds now generate as a single thick floating layer of end stone.
Pre-release 1Removed the "Caves" and "Floating Islands" generation options from the world creation screen.
Existing Cave and Floating Island worlds can still be opened, but still do not generate properly.
Pre-release 5Cave worlds once again generate with stone and a surface layer, and now generate down to y=-64.
Deepslate now generates in Cave worlds.
Floating Island worlds once again generate as they did in 21w16a.

Issues[edit | edit source]

Issues relating to "Single biome" or "Buffet" are maintained on the bug tracker. Issues should be reported and viewed there.

Trivia[edit | edit source]

  • If the Nether or the End is used as the sole biome, then the sky would appear as if it is a mixture of the Overworld and the dimensions.

Gallery[edit | edit source]

Screenshots[edit | edit source]

See also[edit | edit source]

References[edit | edit source]

  1. MC-239041 — The surface in single biome worlds set to use nether or end biomes consists of grass blocks and dirt.

Navigation[edit | edit source]