Skip to content

Global Configuration

gniftygnome edited this page Mar 27, 2024 · 7 revisions

Global Configuration

File

The global configuration is stored in the minecraft config directory as biolith/general.json.

Options

  • enable_commands (boolean) - Whether to enable /biolith game 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.

Default Configuration

{ "enable_commands": true, "overworld_replacement_scale": 4, "nether_replacement_scale": 2, "end_replacement_scale": 1 }

Clone this wiki locally