
Better Cushion Placement
Cushions snap to the pixel grid or block grid, stack on one another, & render a placement preview. With game rules, they support one another with no block support, and can be sub-pixel placed in cauldrons/composters/hoppers regardless of block tags.
Links
Tags
Creators
Details
1.3.0
Compatibility
Changes
Changed
- Updated to 26.3-snapshot-6
Added
- Client Config
bcp-client.conf:- Configures cushion preview rendering.
- Common Config
bcp-common.conf:- Configures game rule features.
- Replaces
bettercushionplacement-gamerules.properties.
Mod Menusupport for viewing localized mod name, description, and summary.- Only when
Mod Menuis installed.
- Only when
Yet Another Config Libconfig screen is accessible throughMod Menufor changing configs in-game.- Only when
Mod MenuandYet Another Config Libare both installed.
- Only when
Removed
bettercushionplacement-gamerules.properties, as it was replaced bybcp-common.conf.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bettercushionplacement-fabric-26.3-snapshot-6-1.3.0-sources.jar | Source jar | 101.13 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.
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:H7kmrpj3:hpEiHfzD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H7kmrpj3:hpEiHfzD"
}
