All versions
1.8
Release
Mystian Apiary 1.85 days ago 74
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Unique Recipes For Every Box Upgrade
- The Bee, Flower, and Storage box upgrade items all shared one recipe, so unless you had something like Polymorph installed you could only ever craft one of them.
- Each one now has its own recipe, built around the same item its box is built around: a flower, a hopper, or a barrel.
Recipes In The Guide
- The guide now shows the recipes for everything the mod adds, right next to what they describe.
- Recipes come from what your game actually loaded, so if a pack retunes one you see their version instead of mine.
- There's also a page for crafting another copy of the guide itself.
Storage Box Fill Order
- With a second Storage Box, produce now fills the main side box completely before anything spills into the top one.
- A partly filled stack up top still gets topped off first, so the same item doesn't end up split across both boxes for no reason.
Bug Fixes
- WannaBees could produce absurd amounts in a single cycle, as in one Nether Star turning into millions. Fixed.
- Sculk Bees never worked, because the Flower Box refused to accept a Sculk Shrieker. The box now takes any block a bee can use as a flower.
- In a large Bee Box only the first stretch of bees was finishing cycles and the rest sat at 100% forever. Every bee gets its turn now.
- Shift-clicking a stack bigger than 64 out of the Storage on 1.20.1 gave you 64 and deleted the rest.
- Storage slots on 1.20.1 showed 64 instead of the real amount.
- Box tier upgrades were uncraftable on 1.21.1. The recipes used a type that doesn't exist in that version, so they never loaded.
- The guide book had no working recipe on 1.21.1 after Patchouli dropped the recipe type it used. A Book and a Honeycomb again.
- Amber bees on 1.20.1 now use Productive Bees' own flower rules, so anything with an amber-encased mob as its flower works and not just Wanna and Rancher.
- Sturdy and modded bee cages are recognised the same way Productive Bees recognises them.
- Centrifuge output odds on 1.20.1 now match the Centrifuge block exactly.
Performance
- More big tick time improvements, especially for boxes running a lot of the same bee.
- Amber flowers were being re-checked from scratch over and over, which was brutal on WannaBee setups.
- Bunch of other backend improvements/tweaks.
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:4YKkzsCe:qa2oc3VU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4YKkzsCe:qa2oc3VU"
}

