1.0.0
Compatibility
Required content
Changes

Changelog
1.0.0
First release, for Minecraft 26.3 snapshot 5 on Fabric.
Cushions named Dinnerbone turn upside down. Grumm works too, and any capitalisation is accepted — vanilla is
strict about this on mobs, cushions are not.
Name tags apply to cushions. Vanilla name tags only work on living entities, so right clicking a cushion with one just sat you down. The name tag is now handled first and renames the cushion. Renaming the cushion item in an anvil before placing it keeps working as before.
A flipped cushion hangs from the ceiling. It moves to the top of its block space, and its hitbox moves with it, so it is clicked and broken where it is drawn.
Its support is reversed. A flipped cushion needs a block above it instead of below, and breaks when that block is removed. The block it was placed on stops mattering.
Riders flip with it. Sitting on a flipped cushion puts you upside down, seat against the cushion, head hanging below, with the camera left in open air so first and third person both behave.
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:U8ZkRMeX:Pilk8bvt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U8ZkRMeX:Pilk8bvt"
}

