-
Notifications
You must be signed in to change notification settings - Fork 3
Global Configuration
gniftygnome edited this page Mar 27, 2024
·
7 revisions
The global configuration is stored in the minecraft config directory as biolith/general.json.
- enable_commands (boolean) - Whether to enable
/biolithgame commands. - 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.
{ "enable_commands": true, "overworld_replacement_scale": 4, "nether_replacement_scale": 2, "end_replacement_scale": 1 }