Requires PneumaticCraft: Repressurized v2.12.6 or newer.
Thermopneumatic Processing Plant
The Thermopneumatic Processing Plant is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe
Thermopneumatic Processing Plant recipes require a single input fluid ingredient, a single input item ingredient, and an output fluid and/or item (at least one of the outputs must be non-empty), as well as a pressure and minimum temperature (in Kelvin).
The following additional optional parameters can be provided:
- A maximum temperature (in Kelvin, default:
Integer.MAX_VALUE
) - A processing speed multiplier (default: 1.0)
- A boolean indicating if this reaction is exothermic, i.e. produces heat when it runs (default: false)
The following script adds a recipe to convert 140mL Memory Essence (or other experience fluid) and a Bottle into a Bottle o’ Enchanting, requiring 2.0 bar of pressure and no specific temperature:
Remove Recipes
The following script will remove all Thermopneumatic Processing Plant recipes: