0.1.1-beta.3
Compatibility
Required content
Changes
MariesLib: 0.1.1-beta.5
Changes
- Improved source classification stability when resolving external or cached overrides
- Refined runtime classification tracing to better distinguish live inference vs cached results
- Improved robustness of recipe-based nutrient inheritance fallback behavior
- Internal pipeline adjustments for better handling of incomplete or non-standard recipe sources
Internal / Technical
- Better separation between runtime inference and external classification overrides
- Improved trace clarity for resolver cache hits and misses
- Enhanced diagnostics output for unsupported recipe structures
Known Issue
Some Create mod cutting board recipes do not expose standard recipe data, preventing proper nutrient inheritance.
Example:
createfood:hamburger_onionmay miss protein classificationcreatefood:hamburger_onion_lettuceresolves correctly due to explicit ingredient chain
Cause
These recipes are not registered in a way the inheritance system can resolve, causing fallback to name-based inference.
Impact
- Some composite foods may be inconsistently classified
Status
- Not fixable in this release
- Requires Synthetic Recipe Resolver (future system)
- Confirmed via trace analysis and reproduction
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:VA0Qgf4B:HRwquvEF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VA0Qgf4B:HRwquvEF"
}


