diff options
Diffstat (limited to 'config/forestry/extratrees/main.cfg')
-rw-r--r-- | config/forestry/extratrees/main.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/forestry/extratrees/main.cfg b/config/forestry/extratrees/main.cfg new file mode 100644 index 0000000..0c95f35 --- /dev/null +++ b/config/forestry/extratrees/main.cfg @@ -0,0 +1,11 @@ +# Configuration file + +general { + # Uses reflection to convert the Forestry lemon tree to the Citrus family. [default: true] + B:lemon.citrus.family=true + + # Adds a hope field to the village generation. [default: true] + B:village.hopeField=true +} + + |