Tags
Creators
Details
3.0.1+1.20.1
Compatibility
Changes
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[3.0.1+1.20.1] - 2026.05.07
This is a minor update to fix a few problems from the previous major update. See the 3.0 Changelog for details about the new features.
Added
- Drinks and other non-food edible items can now provide nutrition if present in the
food_valuesconfig. Items must use the eating or drinking animation to be considered edible. - Milk buckets now provide protein when data-driven food values are enabled in the config.
Fixed
- Fixed some foods having the wrong
food_values- Vanilla beetroot soup
- Farmer's Delight tomato sauce
- Farmer's Delight cabbage
- Fixed some typos in the default
food_valuesthat prevented some modded foods from registering nutrition properly- 10 food items from Corn Delight
- 5 food items from Vegan Delight
- 2 food items from Cultural Delights
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:YNIk0lUj:bb7S6Aox"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YNIk0lUj:bb7S6Aox"
}

