Tags
Creators
Details
Licensed MIT
Published 2 months ago
All versions
0.2.6-beta.1
Beta
Nourished 0.2.6-beta.13 weeks ago 36
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
What's New
Milestones & Achievements
- 18 per-nutrient milestones across Fruits, Vegetables, Proteins, Grains, and Dairy, beginner → journeyman → master tier chains
- perfectly_balanced cross-group milestone fires when all groups reach master-tier cumulative intake
- Milestone advancement tree displays correctly in the Advancements tab under "Nourished Milestones"
- Food tooltips show "Counts toward: X beginner" for the next incomplete milestone tier
Datapack Effects
- Datapack effect overrides now correctly replace bundled effects instead of duplicating them
- /nourished export_effects_template: generates a starter effects datapack in your world folder
- /nourished export_values_template: generates a starter values datapack
- All template exports include comment* documentation fields
HUD & Colors
- Dairy color updated to cream (#E8D5B7)
- Grains color updated to amber (#D9A521)
Fixes
- Milestone system not loading from datapacks at all: registerReloadListener was never wired
- Milestone cumulative goals corrected to realistic values: 0.5 beginner / 2.0 journeyman / 5.0 master
- HUD bars showing white: nutrient colors from nutrients.json now correctly apply to bars and tooltips
Removed
- test_fruits example milestone replaced by the full tier chain
- Sugars milestone files removed: no sugars nutrient in this release, planned for a future version
Requires
- MarieLib 0.1.0-beta.3+
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:jLhBUybL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gXy6YNys:jLhBUybL"
}




