You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <
>
}
The text was updated successfully, but these errors were encountered:
Shazuli
changed the title
[BUG][1.12.2-3.2.25] MagicBees Violates Forestry configs
[BUG][1.12.2-3.2.25] MagicBees Ignores Forestry configs
Jun 3, 2021
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).
The text was updated successfully, but these errors were encountered: