fixed recipy loop and added recipy for hydraulic press

2023-11-03 20:44:19 +01:00
parent e4ee60c61f
commit 2b13387c29

@ -61,13 +61,12 @@ S: Clean Stone (must be clean stone)
| 3 | S | S | S | | 3 | S | S | S |
## Mashine Body ## Mashine Body
I: Iron I: Iron
R: Redstone
C: Copper C: Copper
| . | 1 | 2 | 3 | | . | 1 | 2 | 3 |
| -- | -- | -- | -- | | -- | -- | -- | -- |
| 1 | I | R | I | | 1 | I | I | I |
| 2 | I | C | I | | 2 | I | C | I |
| 3 | I | R | I | | 3 | I | I | I |
## pressure body ## pressure body
PI: Pressed Iron PI: Pressed Iron
T: Fuel Tank T: Fuel Tank
@ -175,10 +174,11 @@ it has a coal slot for heat, a slot for water and a slot for Barley to malt
### Crafting recipy ### Crafting recipy
MB: mashinebody MB: mashinebody
HE: heatingelement HE: heatingelement
HB: heatingbody
| . | 1 | 2 | 3 | | . | 1 | 2 | 3 |
| -- | -- | -- | -- | | -- | -- | -- | -- |
| 1 | MB | MB | MB | | 1 | MB | HB | MB |
| 2 | MB | | MB | | 2 | HB | | HB |
| 3 | MB | HE | MB | | 3 | MB | HE | MB |
### output: ### output:
@ -236,6 +236,17 @@ it can also be used to make pressed iron for other items
requires 150rf/t requires 150rf/t
### Crafting recipy
MB: mashinebody
PB: heatingelement
I: Iron
P: Piston
| . | 1 | 2 | 3 |
| -- | -- | -- | -- |
| 1 | MB | P | MB |
| 2 | I | | I |
| 3 | MB | I | MB |
### output ### output
- 2 iron -> 1 pressed iron 200 rf/t - 2 iron -> 1 pressed iron 200 rf/t
- apple -> 100mB apple juice 100 rf/t - apple -> 100mB apple juice 100 rf/t