fleshed out decorational blocks
parent
8b9f8e362c
commit
cf2aed2c81
101
Concept.md
101
Concept.md
@ -332,7 +332,7 @@ stores 200B of a fluid
|
|||||||
|
|
||||||
## barrel
|
## barrel
|
||||||
### Crafting recipy
|
### Crafting recipy
|
||||||
W: Wood
|
W: Woodplank
|
||||||
B: Bucket
|
B: Bucket
|
||||||
| . | 1 | 2 | 3 |
|
| . | 1 | 2 | 3 |
|
||||||
| -- | -- | -- | -- |
|
| -- | -- | -- | -- |
|
||||||
@ -345,13 +345,92 @@ stores 20B of a fluid
|
|||||||
|
|
||||||
# Decoration Blocks:
|
# Decoration Blocks:
|
||||||
Core concept of this is being able to build bars
|
Core concept of this is being able to build bars
|
||||||
- Stool
|
## Stool
|
||||||
- Chair
|
WS: Wood slab
|
||||||
- Counter
|
IB: Iron bar
|
||||||
- Counters with drawers
|
| . | 1 | 2 | 3 |
|
||||||
- Sink
|
| -- | -- | -- | -- |
|
||||||
- Integrated oven
|
| 1 | WS | WS | WS |
|
||||||
- Bottle shelf
|
| 2 | | IB | |
|
||||||
- Table
|
| 3 | | IB | |
|
||||||
- High Table
|
## Chair
|
||||||
- Drawers
|
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 |
|
Loading…
x
Reference in New Issue
Block a user