Tags
Creators
Details
7.14.0+1.20.1-fabric
Compatibility
Required content
Changes
(V.7.14.0 Changes) (1.20.1 Minecraft)
Teleportation:
When teleporting Bumblezone born entities out of Bumblezone and 0, 0 spot in overworld has a roof at max height, the mod will now try and search for a surface under that roof to teleport entity to.
Entities:
Tiny optimization for Sentry Watcher/Cosmic Crystal.
Reduced duration of Purple Spike's poison effect.
Items:
Honeybee Leggings now have a waist and one variant of the leggings will render the waist above Bumblezone's chestplates (but under all other chestplates)
Blocks:
Fixed Suspicious Pile of Pollen so it is now brushable when the Brush is in the offhand slot.
Structures:
Slightly reduced enemy mob speed boosts from Blue and Red Essence Arenas.
Effects:
(Forge): Fixed Wrath of the Hive not changing music, not changing fog color, not respecting Peaceful mode, and not respecting allowWrathOfTheHiveOutsideBumblezone. Now all fixed.
Music/Sounds:
Lowered Bumblezone dimension's buzzing ambience sound a little
(Forge): Fixed a variety of music playing/stopping issues.
Optional dependencies
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:XSJsqICM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:XSJsqICM"
}

