All versions
1.1.1
Release
Create: Buzzy Bees 1.1.13 months ago 83
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Bug Fixes
- Fixed items dropping on the ground during deconstruction — Bees now extract container contents and copycat panel materials before breaking blocks, preventing onRemove from scattering items
- Fixed item duplication in drop-off — Player inventory fallback no longer duplicates partial stacks when inventory.add() partially succeeds
- Fixed bees drifting away during spring recharge — Flight separation offset is now disabled while the bee is stationary and recharging
- Fixed portable beehive filling to 100% fuel when placed in the Curios back slot (creative auto-fill removed)
- Fixed client-side network desync — One of 4 chained beehives would always appear in a separate network on the client. Beehives now register with the client network manager on load regardless of power state, and the periodic sync recovers orphaned components
Improvements
- Phase-gated deconstruction — Dependent/brittle blocks (torches, buttons, rails, belts, etc.) are now removed in a separate phase before solid support blocks, preventing drops from broken attachments even with parallel bees
- Bees spawn and return above the player's head instead of at eye level, no longer blocking the player's vision
- Bee entities refactored to PathfinderMob for improved navigation and aerial movement
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:eYbO4GyQ:C5hFvPsP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eYbO4GyQ:C5hFvPsP"
}

