Tags
Creators
Details
6.7.34+1.19.2+fabric
Compatibility
Required content
Changes
(V.6.7.34 Changes) (1.19.2 Minecraft)
Effects:
Reduced amount of effect applying Wrath of the Hive does to bees. This will give a significant performance improvement for modpacks that have mods that are doing expensive checks on effect applying.
(V.6.7.33 Changes) (1.19.2 Minecraft)
Blocks:
Fixed Crystalline Flower able to break above blocks. Now you cannot place flower down if there are obstructions.
(V.6.7.32 Changes) (1.19.2 Minecraft)
Blocks:
Changed the display name of Incense Candle to Potion Candle as that's a better name.
Registry name is unaffected so it is still the_bumblezone:incense_candle.
That way you won't lose this item/block on updating to this version of Bumblezone. (1.20.1 will update registry name)
Advancements:
Changed honey_compass_recipe advancement to trigger if one obtains a Honey Compass item. Doesn't need to only be crafted now.
Added obtain_throne_honey_compass advancement to get people to explore Cell maze structure a bit more for the Throne Honey Compass.
Moved Queen's Desire advancement-line to start after obtain_throne_honey_compass advancement. Progress you made towards Queen's Desire is not lost.
Applied glint effect to some advancement's icons.
Changed order of Super/Potion Candle advancements and now allow the light_soul_incense_candle advancement to be triggered by Super Candles as well.
Optional dependencies
Known incompatibilities
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:eA8SXqWL:ory8A4DD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:ory8A4DD"
}

