Furnish adds lovely and useful furniture to Minecraft.
It has the advantage to not require a ton a crafting since everything happens in the Furniture Workbench, a Stonecutter-like crafting table.
** Since Furnish v28, you will need to install Sinytra Connector alongside Furnish to make it work on (Neo)Forge **
Please note that I only guarantee the integrity of the JAR files on Curse and Modrinth, not from the 3rd party sites which repost mods.



Here's a little spotlight video I made to present the mod and some upcoming features!
For mod/modpack makers, it's easy to add a recipe for your block in the worbench, with the new recipe type furnish:furniture_making.
Here's an example with Market Crates crates.
{
"type": "furnish:furniture_making",
"ingredient": {
"item": "minecraft:acacia_planks"
},
"result": "marketcrates:acacia_crate",
"count": 1
}
undefined
Every configuration of Furnish is done with native Minecraft datapack features.
* Items tagged `#furnish:crate_blacklist` can't be put inside Crates (by default, this tag only contains Crates).
* Items tagged `#furnish:music_discs` can be put in Disk Racks alongside all Record items.
* Items tagged `#furnish:food` can be put in Plates alongside all edible items.
* Items tagged `#furnish:mail` are the only items allowed in Mailboxes but you can enable all items to be mailed if you tag the Mailbox with the block tag `#furnish:bypasses_mail_tag`. (Furnish v22+)
* Mailboxes can only be destroyed by op creative players. You can allow all creative players to destroy Mailboxes if you tag the Mailbox with the block tag `#furnish:non_op_creative_can_destroy`. (Furnish v22+)
* All door blocks are tagged with `#furnish:can_knock_on`. If you wish to disable door knocking on server side, just remove all doors from this block tag. (Furnish v23+)
* If you wish to disable door knocking sound **on client side**, you can enable the Door Silencer resource pack included with Furnish (no need to download it somewhere, it's packaged in the mod file). (Furnish v23+)
* Lectern books can be popped out with Left Click (as in Minecraft Bedrock Edition). If you wish to disable that, remove the Lectern from the block tag `#furnish:can_pop_book`. (Furnish v23+)
You can, of course, include Furnish in your modpack, that's why I'm making it.
Furnish is part of my own modpack, The Cubic Upgrade, which aims to enhance Minecraft in every aspect: exploration, fighting, building, cooking, enchanting, engineering… take a look!