mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Adding compacting recipes!
parent
1b4b064bbd
commit
2464c46204
@ -20,6 +20,7 @@ By default, the Mechanical Press will try to stamp items underneath it. This can
|
||||
- When placed one space above any block, it will process all stacks of valid items above the block when given a Redstone signal. Items with no pressing recipe are unaffected;
|
||||
- When placed one space above a [[conveyor belt|Generate-and-Convey#Belt]], it will automatically press stacks of incoming items, stalling the belt until each operation is done. Items with no pressing recipe are ignored.
|
||||
|
||||
#### Pressing Recipes
|
||||
| Input | Output |
|
||||
| ------------- | ------------- |
|
||||
| 1 [Brass Ingot](Brass) | 1 [Brass Sheet](Brass) |
|
||||
@ -29,11 +30,19 @@ By default, the Mechanical Press will try to stamp items underneath it. This can
|
||||
| 1 Iron Ingot | 1 Iron Sheet |
|
||||
| 1 Sugar Cane | 1 Paper |
|
||||
|
||||
### Compacting
|
||||
When a Mechanical Press is placed above a [[Basin]], it will begin compacting ingredients instead of pressing them. This will attempt to craft the basin's contents into a 2x2 (e.g. Glowstone Block) or 3x3 grid shape (e.g. Block of Iron)
|
||||
### Compacting and Packing
|
||||
When a Mechanical Press is placed above a [[basin]], it will begin compacting ingredients instead of pressing them. This can apply any compacting recipe or can automatically pack the basin's contents into a 2x2 (e.g. Glowstone Block) or 3x3 grid shape (e.g. Slime Block).
|
||||
|
||||
The Press will automatically process any valid recipe it detects inside the Basin, regardless if there are leftovers inside, as long as the Basin has inventory space remaining.
|
||||
The Press will automatically process any valid recipe it detects inside the basin, regardless if there are leftovers inside, as long as the basin has inventory space remaining.
|
||||
|
||||
#### Compacting Recipes
|
||||
| Input | Output |
|
||||
| ------------- | ------------- |
|
||||
| 2 Flint<br>1 Gravel<br>100 mB Lava | 1 Andesite |
|
||||
| 2 Flint<br>1 Limesand<br>100 mB Lava | 1 Diorite |
|
||||
| 2 Flint<br>1 Red Sand<br>100 mB Lava | 1 Granite |
|
||||
|
||||
#### 2x2 Packing Recipes
|
||||
| Input | Output |
|
||||
| ------------- | ------------- |
|
||||
| 4 Andesite | 4 Polished Andesite |
|
||||
@ -68,6 +77,10 @@ The Press will automatically process any valid recipe it detects inside the Basi
|
||||
| 4 Stone | 1 Stone Bricks |
|
||||
| 4 String | 1 White Wool |
|
||||
| 4 Weathered Limestone | 4 Polished Weathered Limestone |
|
||||
|
||||
#### 3x3 Packing Recipes
|
||||
| Input | Output |
|
||||
| ------------- | ------------- |
|
||||
| 9 Bone Meal | 1 Bone Block |
|
||||
| 9 Brass Ingots | 1 Brass Block |
|
||||
| 9 Brass Nuggets | 1 Brass Ingot |
|
||||
|
Loading…
Reference in New Issue
Block a user