0.2.0-alpha.4+26.3-snapshot.5
Compatibility
Required content
Changes
Loomed Cushions 0.2.0 Alpha 4
Initial public alpha for Minecraft Java 26.3 Snapshot 5.
Features
- Added loom support for all 16 vanilla cushion colors.
- Added support for dyes, normal loom patterns, and banner pattern items.
- Supports up to six layered patterns per cushion.
- Added square-aware mapping for geometric banner designs.
- Preserved the original proportions of emblems such as Creepers, Skulls, Flowers, Globes, Flow, Guster, and Snout.
- Added patterned rendering for placed, held, dropped, and inventory cushions.
- Wrapped patterns across the top, all four sides, and the underside.
- Added edge-to-edge rendering for adjacent cushions.
- Added water-cauldron removal of the most recently applied pattern layer.
- Preserved patterns through placement, breaking, saving, loading, and multiplayer synchronization.
- Added migration support for cushions created by the earlier Paintable Cushions development build.
- Added fallback rendering for banner patterns supplied by data packs or other mods.
Alpha 4 fixes
- Fixed water-cauldron cleaning in Creative mode.
- Fixed cleaning stacked cushions in Survival mode.
- The cleaned cushion now remains in the player's hand.
- Remaining patterned cushions are returned to the inventory or dropped safely when the inventory is full.
- Removed the visible cross-shaped gap between adjacent patterned cushions.
Requirements
- Minecraft Java 26.3 Snapshot 5
- Fabric Loader 0.19.3 or newer
- Fabric API 0.155.3+26.3 or newer
- Java 25
Install Loomed Cushions and Fabric API on both the server and every connecting client.
This is an alpha build for an active Minecraft snapshot. Back up important worlds before testing.
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:pHGYfgZp:zVdK1QFe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pHGYfgZp:zVdK1QFe"
}

