All versions
1.0.4
Release
cushionbackport-26.1.2-Fabric-1.0.4.jarlast month 303
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
Fixes
- Fixed seated players sitting a quarter block too high on 1.18.2, 1.19.2 and 1.20.1. The sit position now matches the newer versions.
- Fixed z-fighting on cushions placed inside or against a block when viewed from a distance.
Additions
- Added support for Minecraft 1.21.11 on Fabric and NeoForge.
- Added a config file at config/cushionbackport.json with preventCushionToCushionMovement. Set it to true to require getting up before sitting on another cushion. Defaults to false.
Compatibility
- Declared the Fabric API dependency in the mod metadata on every version, so the loader warns you instead of crashing when it is missing. 1.18.2 depends on "fabric", 1.19.2 and up depend on "fabric-api".
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:DBGOO7gw:b2q0CUgT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DBGOO7gw:b2q0CUgT"
}

