All versions
26
Release
Furnish 262 years ago 1,050
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Furnish v26 for Minecraft 1.20.1
- Block tags are now usable as item tags as well (except for configuration tags)
- A bunch of new tags available, both as block tags and item tags. See "New tags"
- Fix client initialization on Quilt (which resulted in containers with missing GUIs) (#43)
- Fix "Add arms to Armor-Stand" and "Cycle paintings" not working on Quilt
- Painting cycling can now be disabled by configuring the
#furnish:can_cycleitem tag (#42) - Carpets on stairs and on trapdoors can now be disabled with
#furnish:place_on_stairsand#furnish:place_on_trapdoorblock tags - Snow on stairs and on fences can now be disabled with
#furnish:place_on_stairsand#furnish:place_on_fenceblock tags - Update
it_it.json. Thanks Zano1999! - Update
zh_tw.json. Thanks Lobster0228!
New tags
#furnish:bedside_tables#furnish:benches#furnish:cabinets#furnish:chairs#furnish:chimney_conduits#furnish:coffins#furnish:crates#furnish:kitchen_cabinets#furnish:lockers#furnish:log_benches#furnish:mailboxes#furnish:pedestal_tables#furnish:recycle_bins#furnish:shelves#furnish:shutters#furnish:square_tables#furnish:stools#furnish:tables#furnish:wardrobes
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:5cWCtJmf:i59SVWl9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5cWCtJmf:i59SVWl9"
}

