4.5
Compatibility
Changes
Apiary v4.5
Three fixes this time, all from the same underlying cause. Apiary takes over the shearing interaction on hives, and in doing so it was quietly skipping a few things vanilla normally does.
Fixes
Sculk sensors now notice you harvesting
Vanilla fires a shear event when you shear a hive. Apiary wasn't, so sculk sensors and calibrated sculk sensors sat there doing nothing while you emptied a hive right next to them. If you'd wired any redstone off a bee farm, it was never going to trigger. It works now.
Shear usage counts in your statistics again
Harvesting a hive wasn't incrementing the "Used Shears" stat, because Apiary handled the click and returned before vanilla could record it.
Night and full moon bonuses no longer apply in the Nether or the End
Neither dimension has a sky, but the world clock still ticks there, so hives in the Nether were handing out the night bonus, and sometimes the full moon doubling, based on Overworld time. That was never intended. Heads up that this does mean lower yields if you had a Nether or End bee farm, since it had been giving you bonuses it shouldn't have.
Which file do I want?
- Universal, for Minecraft 1.21.8 through 1.21.11
- 26.1, for Minecraft 26.1, 26.1.1 and 26.1.2
- 26.2, for Minecraft 26.2
Requires Fabric API. Java 21 or newer on 1.21.x, Java 25 or newer on 26.x.
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:qVwsgzQb:bTpOHDtO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qVwsgzQb:bTpOHDtO"
}

