Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Modified Biome Source
Modified Biome Source add modified biome sources that can be configured.
Features
- Filter biomes that can be generated based on biome or tags.
- Include custom Multi Noise biome source.
- Include custom The End biome source (>=0.0.2).
Usage
You can use this mod as biome source for your dimension terrain generator.
Dimension Definition
Field type can be
- "modifiedbiomesource:minecraft_multi_noise" (Multi Noise)
- "modifiedbiomesource:minecraft_the_end" (The End)
There are mod_support, allows, denies, and fallback optional configuration. Field allows and denies can be biome or biome tag and field mod_support control mod support from compat.
{
"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"
}
}
Should at least set one of optional configuration excluding fallback or just vanilla biome source. Field mod_support doesn't do anything unless compat mod installed that will published later.
Compatibility
None.
Issues
There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.
Important Note
Feel free to use in modpacks, videos, stream, or similar media. Consider help me financially if you like this mod, I will be really grateful.