This page relates to PneumaticCraft: Repressurized, which has built-in support!
Requires PneumaticCraft: Repressurized v2.12.6 or newer.
Assembly System
Assembly System recipes are a type of IRecipeManager and implement all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
. There are two separate Assembly recipe types: <recipetype:pneumaticcraft:assembly_laser>
and <recipetype:pneumaticcraft:assembly_drill>
.
Methods
Add Recipe
Assembly recipes require a single input item and a single output item.
The following script adds a recipe to convert 8 Slimeballs into 1 Magma Cream with the laser:
The following script adds a recipe to convert 1 Glass into 4 Glass Panes with the drill:
Remove Recipes
The following script will remove all Assembly recipes: