Tags
Creators
Details
fabric-2.1.2-1.19.2
Compatibility
Changes
[+] Sofas - Can connect to one another like Stairs.
[+] Lamps - Can be placed on floors and walls, and can be connected to make an even taller Lamp. Right click to toggle on / off. Shift / right click to toggle between 3 light values. Tall Lamps send Redstone power upwards to their very top Lamp.
[+] Benches - Chair that can be modified with the new "Furniture Hammer" to remove the back. Right / left connectable.
[+] Drawer - 27 slot storage. Unique textures for each wood type.
[+] Furniture Hammer - Right click on various furnitures to modify the block in various ways. As of this update, it only works with the Bench block. (What constitutes a "hammer" is defined in the #another_furniture:furniture_hammers item tag, if you want to allow another modded hammer to use this mechanic).
Fixes/Changes :
[~] Moonflower's "Locksmith" mod compatibility.
[~] Planter Box name changed to Flower Box, since this caused confusion that crops or other items could be placed in it.
[~] Changed palette of all colored blocks to be softer.
[~] Texture / Model overhauls on the Table, Shelf + Flower Box.
[~] Allowed sitting in Chairs even if you have an item selected.
[~] Fixed a crash when attempting to use Chair blocks in structure generation.
[~] Added missing structure rotation + mirror methods on a couple blocks.
[~] The Service Bell block now gets powered when interacted with, and transmits Redstone for a single tick.
[~] Jungle Shutter texture now has transparency instead of white in its texture.
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:B1ckfwMR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ulloLmqG:B1ckfwMR"
}

