All versions
1.0.0
Release
Fragile Feast 1.0.03 weeks ago 21
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
1.0.0
Initial release of Fragile Feast.
Added
- Food now restores health gradually instead of filling a hunger bar.
- Added semi-transparent hearts that show unfinished recovery.
- Taking real health damage cancels any healing that has not completed.
- Added support for vanilla food, cake, and most modded foods.
- Added Fabric and NeoForge versions.
Changed
- Removed hunger and starvation.
- Disabled natural health regeneration, including on Peaceful difficulty.
- Sprinting no longer depends on hunger.
Compatibility
- Supports Minecraft 26.2.
- Install only the file made for your loader.
- Do not install the Fabric and NeoForge JAR files together.
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:4SveOE4d:KQH23XUp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4SveOE4d:KQH23XUp"
}

