-
Notifications
You must be signed in to change notification settings - Fork 4
Global Configuration
The global configuration is stored in the minecraft config directory as biolith/general.json.
defaultconfigs directory instead.
- enable_commands (boolean) - Whether to enable
/biolithgame commands. - force_resilient_feature_indexer (boolean) - Always use Biolith's feature indexer if true.
- overworld_replacement_scale (integer in [1, 16]) - Adjusts the size of Overworld biome replacements.
- nether_replacement_scale (integer in [1, 16]) - Adjusts the size of Nether biome replacements.
- end_replacement_scale (integer in [1, 16]) - Adjusts the size of End biome replacements.
Scale options do not change the proportion of the biomes; they change the size of replaced and replacement biomes equally. Users may wish to increase the scale if they are playing with Minecraft's large biomes option enabled, or if they have a lot of biome mods installed.
By default, Biolith will fall back to its feature indexer if vanilla's feature indexer fails. When Biolith is used in a modpack which is known to break the vanilla feature indexer, startup speed can be improved slightly by enabling force_resilient_feature_indexer.
{
"enable_commands": true,
"force_resilient_feature_indexer": false,
"overworld_replacement_scale": 4,
"nether_replacement_scale": 2,
"end_replacement_scale": 1
}