Hi
It appears like MagicBees ignores Forestry's configs regarding spawning hives in blacklisted biomes. Unusual Hives generates in my blacklisted biome while vanilla Forestry hives do not (trying to prevent hives from generating in NuclearCraft's Nuclear Wasteland).
##########################################################################################################
# blacklist
#--------------------------------------------------------------------------------------------------------#
# Disables the generation of a specific hive in a specific biome or in a biome with a specific biome
# type. Just add the registry name of the biome or the name of the biome type to the property of the
# hive. Every biome type / registry name has to be in a seperate line. The global type can be used to
# blacklist a biome from all hive generation.
##########################################################################################################
blacklist {
S:desert <
>
S:end <
>
S:forest <
>
S:global <
nuclearcraft:nuclear_wasteland
>
S:jungle <
>
S:meadows <
>
S:snow <
>
S:swamp <
>
S:swarm <
>
}
Hi
It appears like MagicBees ignores Forestry's configs regarding spawning hives in blacklisted biomes. Unusual Hives generates in my blacklisted biome while vanilla Forestry hives do not (trying to prevent hives from generating in NuclearCraft's Nuclear Wasteland).