Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 days ago
All versions
7.2.7
Release
[Fabric 1.20.1] 7.2.72 years ago 1,377
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.2.7
- fix: NPE when getting locus (close #70)
- chore: reformat code
7.2.6
- fix: avoid mods that do not have null check causing crash (close #69)
- fix: pollens in HybridizingRecipe cannot be prefixed with
minecraft:
7.2.3
- chore: datagen
- feat: add option to disable the mutagen recipe
- fix: Bee Mutagen recipe not showing in JEI (#66)
7.2.2
- feat: Separated Leaves compatibility
7.2.1
- fix: Leaves Us In Peace compatibility (close #65)
- fix: avoid recipe parsing spam (close #64)
- feat: pomegranate harvestable by vcd
7.2.0
- feat: finished pomegranate and chorus fruit pie
- pomegranate
7.1.6
- fix: crash without Farmer's Delight (closes #63)
7.1.5
- fix: incorrect stat reference
7.1.4
- fix: crash after disabling bee module (#61)
- feat: hide unfinished items in REI
- fix: food effects
- feat: explosion
7.1.2
- fix: Farmer's Delight integration (#58)
7.1.1
- fix: player cannot respawn
7.1.0
- improve: datagen all the vanilla recipes
- feat: make all foods compostable (why?)
- feat: gene renaming
- chore: remove prefix in mixin methods
- feat: concept of pie
- feat: FoodDispenseBehavior
7.0.2
- feat: Serene Seasons integration (#56)
- improve: small optimization to HybridizingRecipe
7.0.1
- fix: datagen
- upload description images
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:r3li4ZKy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bZDWNlG:r3li4ZKy"
}

