Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated 2 months ago
All versions
6.3.0+1.20.1
Release
comforts-forge-6.3.0+1.20.13 years ago 293
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[6.3.0+1.20.1] - 2023.06.16
Added
- Added
hammockUseandsleepingBagUseconfiguration options to change the time of day when each type can be used #86 #107 - Added in-game configuration GUI
- Added tooltips to sleeping bags, hammocks, and rope and nail items for more clarity
Changed
- Updated to Minecraft 1.20.1
- Configuration options have been renamed with new updated comments
- If
autoUseis enabled, sleeping bags will only be placed if sleeping is possible. If sleeping is not possible, the error message will be displayed without placing the sleeping bag down. Sleeping bags can still be placed at all times while crouching. #110
Removed
- Replaced
nightHammocksconfiguration option with newhammockUseconfiguration option
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| comforts-forge-6.3.0+1.20.1-sources.jar | Unknown | 70.58 KiB |
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:SaCpeal4:ODTvTTsy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SaCpeal4:ODTvTTsy"
}

