Описание
# Welcome to Furnish!
Furnish adds useful and lovely furnitures to Minecraft.
It has the advantage to not require a ton of crafting since everything happens in the ***Furniture Workbench***, a Stonecutter-like crafting table.



## Watch the videos!
[✨ Introducing... Furnish! ✨ + Preview of upcoming features](https://youtu.be/-_-MYs4IXrk)
[✨ Furnish 0.3 - The Woolen Update !](https://youtu.be/wo_m1C5yAT0)
[so I added mail to minecraft (Furnish 0.4 Update Video)](https://youtu.be/UKTCnO34zjg)
[Furnish Updates - 0.5 & 0.6 - Lot of new things!](https://youtu.be/EBy99WGoGo8)
## Full list of features
* Easy way of crafting furniture: just put the material in the furniture workbench
* Furniture: cabinet, wardrobe, kitchen cabinet, bedside table, tables, chair, stool, crate, shelves, benches from all wood types (nether included!)
* Each furniture has it's little something (oak is related to jute cloth, for example)
* Furniture have functionalities: some, for example, store items, and you can seat on chairs and stools
* Shutters for your windows (some kind of vertical trapdoors)
* Terracotta amphoras
* Book piles (provide enchanting power)
* Woolen sofas
* Awnings
* Buntings (use a Lantern on them to hang it!)
* Curtains
* Chimney conduit & chimney cap
* Put carpets on stairs and trapdoors (that can be used to make fun traps!) - [also available as a standalone mod!](https://www.curseforge.com/minecraft/mc-mods/carpet-everything)
* Knock on doors
* New paintings: steve, alex, all tree types
* Right click on a painting with another to cycle the art
* Mail system: mailboxes and letters [see this presentation video](https://www.youtube.com/watch?v=UKTCnO34zjg)
* Plates: display food items. Even Rare Plates dropped by Endermen
* Showcases, which when powered with redstone, acts like a turntable
* Disk Rack
* Paper Lamps
* Lockers
* Ladders which do not require a support block, for all wood types
* More to come!
## Compatibilty
For mod/modpack makers, it's easy to add a recipe for your block to the workbench with the new recipe type `furnish:furniture_making`.
Here's an example with [Market Crates](https://www.curseforge.com/minecraft/mc-mods/market-crates) crates.
```json
{
"type": "furnish:furniture_making",
"ingredient": {
"item": "minecraft:acacia_planks"
},
"result": "marketcrates:acacia_crate",
"count": 1
}
```
Items tagged `#furnish:mail` can be put in Mailboxes (there's also a config option to allow all items).
Items tagged `#furnish:crate_blacklist` can not be put in Crates.
Items tagged `#furnish:music_discs` can be put in Disk Rack alongside true music discs.
Items tagged `#furnish:food` can be put in Plates alongside true food items.
## Modpacks
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](https://www.curseforge.com/minecraft/modpacks/minecraft-upgraded-by-wink), which aims to enhance Minecraft in every aspect: exploration, fighting, building, cooking, enchanting, engineering... take a look!