biome_overlay_audience
Type: misc entry
Exact entry ID: biome_overlay_audience
Role
This TypeWriter entry is registered in code with the exact display name Show a biome to the audience without changing the world.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
biome | Ref<CustomBiomeDefinitionEntry> | Custom biome to show, picked from its definition |
vanillaBiome | String | Vanilla biome identifier, used only when no custom biome is picked. Example: 'minecraft:deep_dark' |
cornerA | Position | First corner of the region covered. Leave both corners empty to follow the player instead. |
cornerB | Position | Opposite corner of the region covered |
chunkRadius | Var<Int> | Chunk radius around the player, used only when no region is set |
restoreOnExit | Boolean | Give the real biome back when the player leaves the audience |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If biome_overlay_audience is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-CustomBiomeExtension | BiomeOverlayAudienceEntry.kt |