All versions
0.2.0-beta
Beta
Data & Resource Pack v0.2.0-beta4 days ago 72
Compatibility
Minecraft: Java Edition
26.3-snapshot-3
Platforms
Data Pack
Resource Pack
Changes
Here's an update with quite a few bug fixes and changes:
- You can now right click with a dyed cushion on top of a water cauldron to wash it out
- White cushions will now use the vanilla texture instead of the texture used as the grayscale for the dyed cushions
- Various bug fixes and technical changes:
- Cushion items dropped from destroying a cushion will now stack correctly
- Fixed a few dye recipes which were overrided by the vanilla ones and didn't allow you to mix dyes
- Destroying a cushion no longer transforms other dropped items into cushions
- Fixed some issues with picking up a dyed cushion in creative with middle click
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:B9Hw9vzc:8H108lLV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B9Hw9vzc:8H108lLV"
}

