All versions
1.2.1
Release
Create: Buzzy Bees 1.2.13 months ago 41
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
New Features
- Spout Honey Filling — The Portable Beehive can now be filled with honey using a Create Spout. 250mB of honey refills 100 fuel. Visible in JEI under the Spout category.
Bug Fixes
- Blocks now drop when broken — All blocks (Mechanical Beehive, Logistics Port, Cargo Port) were missing mineable tool tags, causing them to not drop as items. They now require a stone pickaxe or better.
- Mechanical Beehive preserves bees — Breaking a Mechanical Beehive now drops all stored mechanical bee items instead of destroying them.
- Ponder index fixed — The "Buzzy Bees" Ponder category now correctly lists all blocks and items in the index.
Other
- Added client-side rendering config options (showConstructionGhosts, showSchematicPreview, showBeehiveRange, showBeeTargetLines, ghostBlockOpacity, etc.)
- Added server config options (enableExternalBrowser, minActiveRobotsAtRpm)
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:IO5LGlIX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eYbO4GyQ:IO5LGlIX"
}




