Tags
Creators
Details
1.19.2-2.1.4
Compatibility
Changes
Final 1.19.2 update. We will be moving to 1.20.1, and therefore mod versions 1.18.2 and 1.19.2 will no longer be developed.
~ Non-players can now sit in seats! Either make them walk on top of the seat or right-click the block with a leashed mob and they will sit on the block. Right-click the seat again to eject them. (Configure what mobs cannot sit in seats with the cannot_sit_in_seats entity tag)
~ Added most items to be usable as furnace fuel.
~ All seat blocks now emit a comparator signal of 15 when sat in.
~ Curtains now connect similar to shelves and planter boxes, making it much easier to join them together.
~ Curtains have been overhauled to look more vanilla-esque, and therefore no longer have an animated model.
~ Stools can now be hammered to lower them by 1 pixel, to help you match them with sofas in builds.
~ Shutters now open all of their connected counterparts when powered by redstone, rather than only itself.
~ Shutters can now be interacted though specific blocks, such as glass blocks, panes, and fences. (Configure what blocks you can interact shutters through with the can_use_shutters_through block tag)
~ Added a block tag dont_connect_to_panes which disables pane-like blocks from connecting to specified blocks. The blocks currently listed are Curtains and Shutters.
~ Fix planter box cullfacing issues when a solid block is above it
~ Fix mipmap warnings from table supports
~ Added or updated Turkish, Ukranian, Spanish, Japanese, Russian, Korean translations
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:ulloLmqG:9bA8xobS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ulloLmqG:9bA8xobS"
}

