diff --git a/Mechanical-Press.md b/Mechanical-Press.md index 7cdb5b6..34a25f1 100644 --- a/Mechanical-Press.md +++ b/Mechanical-Press.md @@ -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
1 Gravel
100 mB Lava | 1 Andesite | +| 2 Flint
1 Limesand
100 mB Lava | 1 Diorite | +| 2 Flint
1 Red Sand
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 |