Tags
Creators
Details
2.0.2-1.20.1
Compatibility
Changes
Exhausted 2.0.2
Thanks to the feedback on CurseForge and Discord, this update focuses on improving configurability, comfort mechanics, and overall usability.
Additions
Comfort-Based Sleep Recovery
Sleeping no longer automatically restores full stamina.
- Stamina recovery is now based on your comfort level.
- Higher comfort provides greater stamina restoration.
- This feature can be disabled in the config.
Fixes
Interaction stamina consumption
- Stamina is now only consumed when interacting with blocks tagged for stamina usage (e.g. doors and fence gates).
- Added the new
stamina_interactionsblock tag, allowing modpack developers to define additional stamina-consuming interactions.
Food stock comfort
- Food stock comfort is now calculated from food stored in any container, not just chests.
Changes
Boost Blocks
- Multiple boost blocks can now be configured per dimension.
- The comfort bonus can still only be obtained once.
- Added default boost blocks:
- Overworld: Beacon
- Nether: Soul Campfire
- End: Beacon
Config Structure
- Split configs into Client and Common categories.
- Reorganized config entries for easier navigation, especially when using Configured.
New Configuration Options
Comfort
- Enable/disable comfort-based sleep recovery
- Ceiling height requirement
- Air block requirement for enclosed rooms
- Hunger requirement
Level System
- Enable or disable the level system
- Base XP requirement
- XP scaling exponent
- Experience gain values
New Interface Elements
Stamina Effects and Level Indicator
- Added a stamina icon to the inventory screen
- Hovering over the icon displays the current effects according to the stamina threshold and the stamina level
New Command
Comfort Debug Command
Use /comfort get to display a detailed breakdown of all fulfilled comfort conditions and their individual comfort values.
Requires operator permissions.
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:Zwzei4C4:wSVYo5g4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Zwzei4C4:wSVYo5g4"
}

