diff options
Diffstat (limited to 'config/forestry/binnie-mods.conf')
-rw-r--r-- | config/forestry/binnie-mods.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/forestry/binnie-mods.conf b/config/forestry/binnie-mods.conf new file mode 100644 index 0000000..2a70f09 --- /dev/null +++ b/config/forestry/binnie-mods.conf @@ -0,0 +1,17 @@ +# Configuration file + +general { + # Enables the Botany Mod. Default value is true. + B:botany=true + + # Enables the Extra Bees Mod. Default value is true. + B:extraBees=true + + # Enables the Extra Trees Mod. Default value is true. + B:extraTrees=true + + # Enables the Genetics Mod. Default value is true. + B:genetics=true +} + + |