Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
All versions
6.4.0+1.20.1
Release
comforts-forge-6.4.0+1.20.12 years ago 3.97M
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
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.4.0+1.20.1] - 2024.07.04
Added
- Added
daySleepingPercentageconfiguration for setting the number of players needed to sleep through the day #142 - Added
dayWakeTimeOffsetandnightWakeTimeOffsetconfigurations to edit the wake time after sleeping through the night or day respectively #128 - Added
hammocksStopPhantomsandsleepingBagsStopPhantomsconfiguration values for determining whether sleeping on the respective blocks count towards rest against phantom spawns #151
Fixed
- Fixed sleep messages in multiplayer referring to night when sleeping during the day
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| comforts-forge-6.4.0+1.20.1-sources.jar | Unknown | 71.12 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:gBDsc134"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SaCpeal4:gBDsc134"
}

