bees { # chance for beehives to try to generate in a chunk [range: 0.0 ~ 1.0, default: 0.03] S:"Beehive Generation Chance"=0.03 # maximum number of times the generator will attempt to place a beehive in a chunk [range: 0 ~ 128, default: 3] I:"Max Beehive Generation Attempts"=3 # the time it takes for an apiary to produce a new bee is multiplied by this value # LARGER numbers make bees reproduce LESS often [range: 0.0 ~ 10.0, default: 1.0] S:"Bee Reproduction Multiplier"=1.0 # the time it takes for an apiary to produce a honeycomb is multiplied by this value # LARGER numbers make bees produce honeycomb LESS often [range: 0.0 ~ 10.0, default: 1.0] S:"Bee Honeycomb Multiplier"=1.0 # higher values increase the frequency with which apiaries forcibly age a crop [range: 0.0 ~ 10.0, default: 1.0] S:"Bee Crop Boost Multiplier"=1.0 }