Included content
| Name | Version | |
|---|---|---|
![]() | Cardinal Components API | 5.2.2 |
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.
hammockUse and sleepingBagUse configuration options to change the time of day when each type can be used
#86 #107autoUse is 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. #110nightHammocks configuration option with new hammockUse configuration option| Name | Version | |
|---|---|---|
![]() | Cardinal Components API | 5.2.2 |
| File | Type | Size | |
|---|---|---|---|
| comforts-quilt-6.3.0+1.20.1-sources.jar | Unknown | 73.25 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.
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:tSzzMaGY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SaCpeal4:tSzzMaGY"
}