This page relates to PneumaticCraft: Repressurized, which has built-in support!
Requires PneumaticCraft: Repressurized v2.12.6 or newer.
Explosion Crafting
Explosion Crafting is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe
Explosion Crafting recipes require a single input item, a list of output items and an integer (percentage) loss rate.
The following script removes the default recipes converting Iron to Compressed Iron (at 20% loss rate) and adds much less generous replacements:
Remove Recipes
The following script will remove all Explosion Crafting recipes: