4.6
Compatibility
Changes
Apiary v4.6
Adds Minecraft 26.3 support and fixes a gap in how bees defend their hive.
Fixes
Bees that were outside the hive didn't fight back
Vanilla angers two groups when you shear a full hive: the bees inside, and any bees already flying nearby. Apiary only handled the ones inside. So if you waited until the colony was out pollinating and then harvested, nothing came after you, even though the inspection readout was still warning you that the bees would attack. Nearby bees now defend the hive properly.
Campfires and rain still keep the bees calm, exactly as before.
New
Minecraft 26.3 support (the Wilderness Bound drop). Requires Fabric Loader 0.19.5 or newer and Java 25 or newer.
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
- 26.3, for Minecraft 26.3
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:xqcoYyZV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qVwsgzQb:xqcoYyZV"
}

