Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 8 months ago
All versions
1.20.1-12.0.1
Beta
Productive Bees 1.20.1-12.0.13 years ago 256
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.20.1-12.0.1
- Fixed crash upon placing canvas hives when cooking for blockheads is installed
1.20.1-12.0.0
- Ported to 1.20
- Added Canvas Hives and Canvas Expansion boxes in all available styles. Canvas hives can be dyed.
- Expansion boxes can be put on all sides now except the front.
- Added Cherry and Mangrove bee nests
- Farmer and Hoarder bees now work in simulated hives harvesting and picking up items around the hive
- Added petrified honey blocks in all colors
- Resin and amber bees can now encase other mobs in amber
- Added WannaBee. This bee can delicately extract mob drops from encased mobs.
- Added support for doing block conversion recipes inside feeding slabs
- Added support for item conversion recipes
- Added support for item pollination
- Block upgrades no longer required for Lumber and Quarry bees
- Block upgrades makes bees produce comb blocks instead of honeycombs
- Added differentiated spawn items for nests
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:jH6iiqkd:ymXiurUu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jH6iiqkd:ymXiurUu"
}

