Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 6 days ago
All versions
7.8.3+fabric
Beta
[Fabric 1.20.1] 7.8.311 months ago 190
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
7.8.3
- fix: buzzy crafter does not drop its content on remove
- feat: buzzy crafter comparator behavior
7.8.2
- fix: command package getting excluded (close #93)
7.8.1
- chore: new textures
- feat: creative tab
- feat(debug): renderServerSideHitbox
7.8.0
- feat: citrus fruits can extinguish fire
- fix: chunk rendering issue when haunting
- improve: haunted pink bees can now affect more mobs like warden
- fix: incompatibility with Carpet
- feat: add Brainier Bees mod detector
- feat: initially completed the candle features
- feat: more gadgets
- chore: use NotNullByDefault
- feat: more gadgets
7.7.0
- feat: cross-pollinated trees part 2
- fix: MC-168329
- feat: cross-pollinated trees
- feat: configurable bee riding speed
- feat: flower clown can be used to attract bees
- chore: Chinese translation
7.6.10
- fix: Beehive NPE when saving ProtoChunk (close #89)
Optional dependencies
Any compatible version
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:4bZDWNlG:3AMX5xMT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bZDWNlG:3AMX5xMT"
}

