fleshed out decorational blocks

steev 2023-11-04 15:04:08 +01:00
parent 8b9f8e362c
commit cf2aed2c81

@ -332,7 +332,7 @@ stores 200B of a fluid
## barrel
### Crafting recipy
W: Wood
W: Woodplank
B: Bucket
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
@ -345,13 +345,92 @@ stores 20B of a fluid
# Decoration Blocks:
Core concept of this is being able to build bars
- Stool
- Chair
- Counter
- Counters with drawers
- Sink
- Integrated oven
- Bottle shelf
- Table
- High Table
- Drawers
## Stool
WS: Wood slab
IB: Iron bar
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | WS | WS | WS |
| 2 | | IB | |
| 3 | | IB | |
## Chair
W: Wood
WS: Wood slab
F: Fence
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | W | | |
| 2 | F | WS | WS |
| 3 | F | | F |
## Counter
W: Wood
WS: Wood slab
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | WS | WS | WS |
| 2 | W | | W |
| 3 | W | | W |
## Counters with drawers
3x6 Slots storage
W: Wood
D: Drawer
WS: Wood slab
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | WS | WS | WS |
| 2 | W | D | W |
| 3 | W | | W |
## Counter With Sink
W: Wood
WS: Wooden slab
B: Bucket
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | WS | W | WS |
| 2 | W | B | W |
| 3 | W | | W |
## Counter with Integrated oven
W: Wood
WS: Wooden slab
F: Furnace
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | WS | W | WS |
| 2 | W | F | W |
| 3 | W | | W |
## Bottle shelf
3x6 Slots storage for bottles only
W: Wood
WS: Wooden slab
C: Chest
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | W | WS | W |
| 2 | W | C | W |
| 3 | W | WS | W |
## Table
WS: Wooden slab
F: Fence
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | | | |
| 2 | F | WS | F |
| 3 | F | | F |
## High Table
WS: Wooden slab
F: Fence
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | F | WS | F |
| 2 | F | | F |
| 3 | F | | F |
## Drawer
3x6 Slots storage
W: Wood
C: Chest
S: stick
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | W | W | W |
| 2 | S | C | S |
| 3 | W | W | W |