Tags
Creators
Details
0.2.6-beta.4
Compatibility
Required content
Changes
Nourished 0.2.6-beta.4
This update focuses on improving food classification accuracy, expanding modpack customization, and continuing the migration of shared infrastructure into the Marie ecosystem.
Highlights
Per-Item Nutrient Weights
Nourished now supports per-item nutrient weight files.
Instead of relying solely on tags, individual foods can now bias how strongly they contribute to multiple nutrient groups. This allows much finer balancing without creating large numbers of explicit overrides.
Bundled weight files are included for:
- Farmer's Delight
- Croptopia
- Pam's HarvestCraft 2
This should significantly improve the accuracy of many complex meals.
Improved Export & Configuration Tools
Export commands have been refactored and cleaned up.
A new SOURCE_CLASSIFICATIONS_README.md is bundled with the mod to document the source classification format and make creating overrides much easier for modpack authors.
The Food Override documentation has also been updated to better explain the available export workflows.
Better Classification Pipeline
Several internal improvements have been made to the classification system.
Highlights include:
- Recipe inheritance now runs through MarieLib's shared resolver.
- Expanded bundled nutrient tags.
- Improved multi-nutrient balancing through weight files.
- Reduced duplicate and incorrect bundled classifications.
These changes should result in more accurate nutrient assignments across supported food mods.
Architecture Changes
Shared infrastructure continues moving out of Nourished and into the Marie ecosystem.
This release removes several internal systems from Nourished in favor of MarieLib, reducing duplicated code and allowing future Marie-based mods to reuse the same framework.
Configuration validation is now handled through MarieLib, and recipe inheritance is provided by the shared runtime.
Compatibility Changes
Compatibility integrations have been separated from Nourished as part of the ongoing framework refactor.
Support for:
- Legendary Survival Overhaul
- Peak Stamina
- Spice of Life: Onion
has been moved into Marie's Compat, a new companion mod dedicated entirely to compatibility between Marie-based mods and other popular Minecraft mods.
Keeping compatibility in its own project allows integrations to be updated, expanded, and maintained independently of Nourished itself.
Marie's Compat will be available soon.
Upgrade Notes
If updating from 0.2.6-beta.3:
- Update MarieLib to 0.1.1-beta.2 or newer.
/nourished validatehas been replaced with:
/marieslib validate nourished
mod_compat.jsonhas been replaced bysource_classifications.json.- Old compatibility config options are no longer used and can safely be removed from your configuration files.
Thanks again to everyone testing beta builds and reporting issues. Many of the improvements in this release were driven directly by community feedback and testing.
For a complete technical breakdown of every change, API update, and internal refactor, see the project's GitHub changelog and wiki.
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:gXy6YNys:Pi3suxDo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gXy6YNys:Pi3suxDo"
}




