summaryrefslogtreecommitdiff
path: root/config/forestry/extrabees/main.conf
blob: d66537d905160bc24c96dfb70923626b3c3642fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}