PNC Temperature (PNC)
Make a recipe process only when the machine is at a specific temperature.
This requirement requires Custom Machinery Pneumaticcraft to be installed.
The temperature requirement can be used to make a recipe start only if the machine's heat component temperature is at a specific value.
This requirement doesn't consume or produce anything, it's only a condition for the recipe to start.
The requirement type of temperature requirement is : "custommachinery:pnc_temperature"
.
Properties
The temperature requirement has 2 mandatory properties.
Mandatory property
"type": "custommachinery:pnc_temperature" //Mandatory to define a temperature requirement.
Example
A temperature requirement that will allow the recipe to run only if the machine temperature is higher than 100°C :
{
"type": "custommachinery:pnc_temperature",
"temperature": "(100,)"
}
Last updated