Skip to content

Main Configuration File

Chris edited this page Mar 25, 2015 · 8 revisions

BiomeTweaker ships with a blank configuration that looks like this. When first run, BiomeTweaker will copy this file to "config/BiomeTweaker/BiomeTweaker.cfg". Currently there are only two options.

First, you can configure how BiomeTweaker will generate it's status report. By default, it creates a separate file for each registered biomes. If the "separate files" option is set to false, only one large file will be generated that contains information on all registered biomes. This doesn't effect how BiomeTweaker operates; it's because Eyamaz said so.

Second, you can specify where BiomeTweaker should look for scripts. This takes the form a Json array. An example is

"include":["ExampleTweaks.cfg", "TestTweaks.cfg", "THisISSTIllfinE.what"]

This tells BiomeTweaker that it should look for scripts named "ExampleTweaks.cfg", "TestTweaks.cfg", and "THisISSTIllfinE.what" in the config folder. If such a file does not exist, it will be created. The scripts are loaded and run in the order you specify here.

BiomeTweaker has been updated to 1.18. Please see the links below. Pages for previous versions can be found above.


BiomeTweaker 1.18

Features and Carvers

Custom Mob Effects

Example Scripts

Clone this wiki locally