1.12.0
Compatibility
Changes
-
New texture for upholstery
-
New recipe for upholstery (shapeless: 2 wool, 1 string, 1 stick)
-
Upholstery is now called "fabric". (ID is still redeco:<color>_upholstery to maintain your items in existing worlds, this will be changed to redeco:<color>_fabric in 1.21 so don't make too much fabric if you plan on updating!)
-
Crates now show a "packed" model when you pick them up when they contain items.
-
Lattices are now climbable
-
New recipe for pet beds (now uses fabric instead of carpet)
-
Fixed issue placing items on shelves, display cases, and sword mounts while off-handing an item.
-
Fixed recipe overlap with farmer's delight cabinets. (great minds think alike ig)
-
Improved display case functionality. (sneak + right click to open/close, normal right click to take/place items)
-
Stone lanterns no longer consume honeycomb when in creative.
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:xejiztgi:oqqfz2PQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xejiztgi:oqqfz2PQ"
}

