# 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 ~ 10, default: 2] I:marbleHiveRate=2 # Sets the worldgen spawn chance for nether hives. [range: 0 ~ 10, default: 2] I:netherHiveRate=2 # Sets the worldgen spawn chance for rock hives. [range: 0 ~ 10, default: 2] I:rockHiveRate=2 # Sets the worldgen spawn chance for water hives. [range: 0 ~ 10, default: 2] I:waterHiveRate=2 }