Auto Crafting: Difference between revisions
m (Remove leftover word) |
(Add some more example recipes) |
||
Line 78: | Line 78: | ||
|+Example Shape Configurations | |+Example Shape Configurations | ||
!Configured Shape | !Configured Shape | ||
!Possible Recipes | !Possible Recipes (Examples) | ||
|- | |- | ||
| rowspan=" | | rowspan="3" |{{Crafting | ||
| Input = {{CraftingGrid | | Input = {{CraftingGrid | ||
| | Iron Ingot | | | | Iron Ingot | | ||
Line 115: | Line 115: | ||
}} | }} | ||
|- | |- | ||
| rowspan=" | | style="text-align: center" |{{Crafting | ||
| Input = {{CraftingGrid | |||
| {{Stack|Shulker Shell}} | |||
| {{Stack|Chest}} | |||
| {{Stack|Shulker Shell}} | |||
| width=3 | height=1 | |||
}} | |||
| Output = {{CraftingCell | |||
| {{Stack|Shulker Box}} | |||
}} | |||
| Catalyst = Redstone Torch | |||
| Type = Piston | |||
}} | |||
|- | |||
| rowspan="5" | | |||
{{Crafting | {{Crafting | ||
| Input = {{CraftingGrid | | Input = {{CraftingGrid | ||
Line 144: | Line 158: | ||
| Output = {{CraftingCell | | Output = {{CraftingCell | ||
| {{Stack|Torch}} | | {{Stack|Torch}} | ||
}} | |||
| Catalyst = Redstone Torch | |||
| Type = Piston | |||
}} | |||
|- | |||
| style="text-align: center" |{{Crafting | |||
| Input = {{CraftingGrid | |||
| {{Stack|Redstone Dust}} | |||
| {{Stack|Stick}} | |||
| width=2 | height=1 | |||
}} | |||
| Output = {{CraftingCell | |||
| {{Stack|Redstone Torch}} | |||
}} | |||
| Catalyst = Redstone Torch | |||
| Type = Piston | |||
}} | |||
|- | |||
| style="text-align: center" |{{Crafting | |||
| Input = {{CraftingGrid | |||
| {{Stack|Orange Dye}} | |||
| {{Stack|White Wool}} | |||
| width=2 | height=1 | |||
}} | |||
| Output = {{CraftingCell | |||
| {{Stack|Orange Wool}} | |||
}} | |||
| Catalyst = Redstone Torch | |||
| Type = Piston | |||
}} | |||
|- | |||
| style="text-align: center" |{{Crafting | |||
| Input = {{CraftingGrid | |||
| {{Stack|White Wool}} | |||
| {{Stack|Orange Dye}} | |||
| width=2 | height=1 | |||
}} | |||
| Output = {{CraftingCell | |||
| {{Stack|Orange Wool}} | |||
}} | }} | ||
| Catalyst = Redstone Torch | | Catalyst = Redstone Torch |
Revision as of 17:49, 25 September 2022
Module Type | Reliant |
---|---|
Created by | BluePsychoRanger |
Complementary Modules | Relocators |
Compatible MC Versions | 1.19+ |
This module adds the Auto Crafting Table to the game, a multiblock structure that allows for crafting of recipes upon a redstone signal. Alongside, the module also adds all vanilla crafting recipes to Custom Crafters (and thereby also Auto Crafting Tables).
Features
The Auto Crafting Table can craft items upon a redstone pulse. To do this, the user must first set the recipe shape within the user interface (any item may be used to set the shape!), and then supply the items used to populate the shape in left-to-right top-to-bottom order.
Crafting & Multi-Block Structure
The Auto Crafting Table Controller can be crafted in a Custom Crafter with the following recipe and must be integrated into a multi-block structure using the following materials:
|
|
Automation
Crafting an item in an Auto Crafter requires some setup, but once set up it can be automated easily. For example configurations see Example Shape Configurations
Getting Started
To get started, a multiblock structure must be constructed and configured.
- Craft an Auto Crafter Controller in a Custom Crafter.
- Construct the multi-block structure according the the images and materials above.
- Configure the Auto Crafter Controller. Here you can set the shape of the recipe the Auto Crafter is supposed to craft.
Note that the type of item used to configure the shape in the Auto Crafting Controller does not matter, as the interface only sets the shape of the recipe, not the materials used.
Using the Auto Crafter
To use the Auto Crafter, materials must be supplied and the Auto Crafter must receive a redstone pulse.
- Supply the materials required for the desired recipe into the input barrel on the top of the multi-block structure.
- Send a redstone pulse to the piston in the multi-block structure once all items have been inserted into the Auto Crafter.
- Extract the output items from the output barrel at the bottom of the Auto Crafter. This could either be the result of the crafting recipe, if the recipe was valid, or the items used in the crafting attempt if the recipe failed (invalid shape or input order).
Configured Shape | Possible Recipes (Examples) | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Set Shape |
| |||||||||||||
| ||||||||||||||
| ||||||||||||||
Set Shape |
| |||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
|
Learn More and Download
History
Version | Date | Change |
---|---|---|
1.19 | 22 Aug 2022 | Released Auto Crafting |