started adding recipes

2023-11-03 19:00:40 +01:00
parent e4b0886767
commit 28dd7d7e18

@ -32,8 +32,34 @@
- Bottles - Bottles
- Cups - Cups
**Materials:** # Materials:
- pressed iron ## pressed iron:
created by putting 2 irons in the hydraulic press
## Heating body:
C: Copper
R: Redstone
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | C | C | C |
| 2 | C | B | C |
| 3 | C | C | C |
## milling stone
I: Iron
S: Clean Stone (must be clean stone)
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | S | S | S |
| 2 | S | I | S |
| 3 | S | S | S |
## Mashine Body
I: Iron Iron
R: Redstone
C: Copper
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | I | R | I |
| 2 | I | C | I |
| 3 | I | R | I |
**Power:** RF **Power:** RF
**Power generation:** **Power generation:**
@ -48,8 +74,9 @@ all the different drinkable's are fluids
standard coal based power source that generates 60 RF/t and can store 500.000 RF standard coal based power source that generates 60 RF/t and can store 500.000 RF
this is by far not the most optimal way of power but it is the only source of power implemented in this mod this is by far not the most optimal way of power but it is the only source of power implemented in this mod
## millstone ## milling mashine
used to make flower for production of barley flower used to make flower for production of barley flower
consumes 200rf/t
## cooker ## cooker
used to blend and heatup ingrediences used to blend and heatup ingrediences
@ -137,10 +164,28 @@ requires 150rf/t
# storage containers # storage containers
## fluid tank ## fluid tank
### Crafting recipy
CI: Compressed Iron
B: Barrel
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | CI | CI | CI |
| 2 | CI | B | CI |
| 3 | CI | CI | CI |
crafted from pressed iron (ore dictionaried with steel) and a barrel in the middle crafted from pressed iron (ore dictionaried with steel) and a barrel in the middle
stores 200B of a fluid stores 200B of a fluid
## barrel ## barrel
### Crafting recipy
W: Wood
B: Bucket
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | W | W | W |
| 2 | W | B | W |
| 3 | W | W | W |
crafted with wood and a bucket in the middle crafted with wood and a bucket in the middle
stores 20B of a fluid stores 20B of a fluid