summaryrefslogtreecommitdiff
path: root/config/forestry/extrabees
diff options
context:
space:
mode:
Diffstat (limited to 'config/forestry/extrabees')
-rw-r--r--config/forestry/extrabees/main.conf29
-rw-r--r--config/forestry/extrabees/modules.cfg24
2 files changed, 53 insertions, 0 deletions
diff --git a/config/forestry/extrabees/main.conf b/config/forestry/extrabees/main.conf
new file mode 100644
index 0000000..d66537d
--- /dev/null
+++ b/config/forestry/extrabees/main.conf
@@ -0,0 +1,29 @@
+# Configuration file
+
+general {
+ # Sets whether a quarry will be able to mine hives or not. [default: true]
+ B:canQuarryMineHives=true
+}
+
+
+##########################################################################################################
+# world-gen
+#--------------------------------------------------------------------------------------------------------#
+# WorldGen settings for ExtraBees
+##########################################################################################################
+
+world-gen {
+ # Sets the worldgen spawn chance for marble hives. [range: 0.0 ~ 10.0, default: 2.0]
+ S:marbleHiveRate=2.0
+
+ # Sets the worldgen spawn chance for nether hives. [range: 0.0 ~ 10.0, default: 2.0]
+ S:netherHiveRate=2.0
+
+ # Sets the worldgen spawn chance for rock hives. [range: 0.0 ~ 10.0, default: 2.0]
+ S:rockHiveRate=2.0
+
+ # Sets the worldgen spawn chance for water hives. [range: 0.0 ~ 10.0, default: 2.0]
+ S:waterHiveRate=2.0
+}
+
+
diff --git a/config/forestry/extrabees/modules.cfg b/config/forestry/extrabees/modules.cfg
new file mode 100644
index 0000000..94f64cc
--- /dev/null
+++ b/config/forestry/extrabees/modules.cfg
@@ -0,0 +1,24 @@
+# Configuration file
+
+##########################################################################################################
+# modules
+#--------------------------------------------------------------------------------------------------------#
+# Disabling these modules can greatly change how the mod functions.
+# Your mileage may vary, please report any issues.
+##########################################################################################################
+
+modules {
+ # extrabees.module.alveary
+ # Dependencies: [ extrabees:extrabees.core ]
+ B:extrabees.alveary=true
+
+ # extrabees.module.core
+ # Dependencies: [ forestry:apiculture ]
+ B:extrabees.core=true
+
+ # extrabees.module.frames
+ # Dependencies: [ extrabees:extrabees.core ]
+ B:extrabees.frames=true
+}
+
+