
Modified Biome Source
The Modified Biome Source modification provides configurable biome sources for creating unique dimensions in Minecraft.
Main Features
- Filtering generated biomes based on specific biomes or tags
- Inclusion of custom Multi Noise biome source
- Support for custom End biome source (starting from version 0.0.2)
How to Use
This mod can be used as a biome source for your dimension's terrain generator.
Dimension Configuration
Field type can be:
- "modifiedbiomesource:minecraft_multi_noise" (Multi Noise)
- "modifiedbiomesource:minecraft_the_end" (The End)
Additional settings are available: mod_support, allows, denies, and fallback. The allows and denies fields can contain specific biomes or biome tags, while the mod_support field controls mod compatibility.
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:noise",
"biome_source": {
"type": "modifiedbiomesource:minecraft_multi_noise",
"preset": "minecraft:overworld",
"mod_support": true,
"allows": "#minecraft:is_forest",
"denies": "minecraft:taiga",
"fallback": "minecraft:forest"
},
"settings": "minecraft:overworld"
}
}
It's recommended to set at least one of the additional settings (excluding fallback) or use the vanilla biome source. The mod_support field doesn't have any effect without an installed compatibility mod, which will be published later.
Compatibility
No compatibility issues have been identified at this time.
Bug Reporting
If you discover any bugs or compatibility problems, please report them on GitHub so developers can address them.