diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 01:47:41 +0300 |
commit | ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch) | |
tree | c33e0cc839e4c654239dc2ee62e831860f07f6f7 /config/forestry/extrabees/main.conf |
first commit
Diffstat (limited to 'config/forestry/extrabees/main.conf')
-rw-r--r-- | config/forestry/extrabees/main.conf | 29 |
1 files changed, 29 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 +} + + |