summaryrefslogtreecommitdiff
path: root/config/forestry/botany
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
committerDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
commitff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch)
treec33e0cc839e4c654239dc2ee62e831860f07f6f7 /config/forestry/botany
first commit
Diffstat (limited to 'config/forestry/botany')
-rw-r--r--config/forestry/botany/modules.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/config/forestry/botany/modules.cfg b/config/forestry/botany/modules.cfg
new file mode 100644
index 0000000..cd1e4d8
--- /dev/null
+++ b/config/forestry/botany/modules.cfg
@@ -0,0 +1,40 @@
+# Configuration file
+
+##########################################################################################################
+# modules
+#--------------------------------------------------------------------------------------------------------#
+# Disabling these modules can greatly change how the mod functions.
+# Your mileage may vary, please report any issues.
+##########################################################################################################
+
+modules {
+ # Adds decorative ceramic blocks. And the Tileworker.
+ # Dependencies: [ botany:botany.core ]
+ B:botany.ceramic=true
+
+ #
+ # Dependencies: [ forestry:core ]
+ B:botany.core=true
+
+ # Adds a Botanist database.
+ # Dependencies: [ botany:botany.flowers ]
+ B:botany.database=true
+
+ # Adds the farm integration for the botany flowers.
+ # Dependencies: [ botany:botany.flowers ]
+ B:botany.farming=true
+
+ # Adds an entirely new breeding system to Forestry: Flowers.
+ # Dependencies: [ botany:botany.gardening ]
+ B:botany.flowers=true
+
+ # Adds soil, loam, flowerbeds and trowels.
+ # Dependencies: [ botany:botany.core ]
+ B:botany.gardening=true
+
+ # botany.module.machines
+ # Dependencies: [ botany:botany.core ]
+ B:botany.machines=true
+}
+
+