Tags
Creators
Details
0.2.5-beta.4
Compatibility
Changes
Nourished 0.2.5-beta.4
Multiplayer
-
Fixed a critical dedicated server synchronization issue where clients could simulate nutrition using local config values instead of the server-authoritative configuration. Multiplayer nutrition is now fully server-authoritative.
- Config snapshot is guaranteed to arrive before diet data on join, so simulation never starts with wrong values
-
Client state resets fully on disconnect server config no longer bleeds into the next session
-
/nourished reload now re-syncs config and full diet state to all connected players
Raw Food
- Added enableGutHealth toggle gut health tracking and recovery can now be disabled independently of raw food penalties
Stability
- Network protocol bumped to version 3 version mismatches between client and server now produce a clear warning and discard the packet instead of silently corrupting state
Notes
- 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:DJn6093a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gXy6YNys:DJn6093a"
}

