Tags
Creators
Details
0.2.6-beta.2
Compatibility
Required content
Changes
Nourished 0.2.6-beta.2
Added
-
Added full milestone system:
- 18 per-nutrient milestones
- Beginner, Journeyman, and Master tiers
perfectly_balancedcross-group milestone- Datapack support
-
Added Diet Screen Edit Mode:
- Press
Jwhile the Diet Screen is open - Drag, resize, and reposition UI elements
- Layout, scale, and opacity persist
- Press
Just A Note That the only two thing that are resizable with inside of the Diet Screen are recent meals & Eat More> I do plan on making the whole Diet Screen Configurable.
-
Added per-nutrient HUD color customization
- Config screen preview
- Updated default nutrient colors
-
Added template export commands:
/nourished export_effects_template/nourished export_values_template/nourished export_colors_template
Fixed
- Fixed decay rate config being ignored
- Fixed KubeJS nutrients/classifications not persisting after reload
- Fixed API registered classifications not applying
- Fixed HUD colors resetting on load
- Fixed per-nutrient decay overrides not applying
Changed
Nkey now opens the Diet Screen instead of the config screen
Requirements
⚠️ Requires MarieLib 0.1.0-beta.5+
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:alLuyl8h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gXy6YNys:alLuyl8h"
}




