This page relates to Create, which does not have built-in support, you will need to install CreateTweaker as well
Create Sequenced Assembly
The Sequenced Assembly mechanic is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe
Sequenced Assembly recipes can only be added using a builder like pattern due to their complexity. The following script will add a recipe that will, when an Arrow is Cut with a Saw, transition the Arrow to Glass. That Glass now needs to be processed in a Press. After being processed in a Press, it needs to be deployed with Dirt.
This process needs to be repeated 2 times.
When the whole process is complete, the recipe will create a Diamond and an Apple.
Remove Recipe
Sequenced Assembly recipes can be removed via their name.