Tags
Creators
Details
0.2.5-beta.3
Compatibility
Required content
Changes
Nourished 0.2.5-beta.3
Diagnostics & Classification Tracing
- Added ClassificationTrace infrastructure for food classification diagnostics.
- Added step-by-step classification tracing and human-readable trace reports.
- Added runtime tracing for signal aggregation, winner selection, and confidence scoring.
- Added confidence and uncertainty propagation.
Classification Improvements
- Added archetype match evidence capture.
- Added token demotion and negative keyword tracing.
- Improved held-item diagnostics and classification explainability.
Recipe Diagnostics
Added detailed reporting for:
- NO_RECIPE_FOUND
- NULL_RECIPE_MANAGER
- INGREDIENT_CAP_EXCEEDED
- CONFIRMED_THRESHOLD_FAILED
- NUTRIENTS_BELOW_THRESHOLD
- RECIPE_EXCEPTION
Fixes
- Fixed duplicate config reload cycles during world initialization.
- Removed legacy HUD threshold migration code.
- Improved datapack validation logging and error reporting.
Notes
-
This release introduces Nourished's diagnostic foundation, providing visibility into classification decisions, recipe analysis, and future validation tooling.
-
For detailed technical changes, implementation notes, and developer-facing updates, see the full changelog on GitHub.
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:pGpQfmLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gXy6YNys:pGpQfmLn"
}



