-
Notifications
You must be signed in to change notification settings - Fork 6
Recipes Guideline ‐ Vacuum Chamber ‐ Pressurizing
Maxim edited this page Jun 26, 2024
·
4 revisions
vintageimprovements:pressurizing
list of items, tags or/and fluids
list of items or/and fluids
Index of fluid ingredient, that must be inserted inside the Compressor to process
default value = -1 (disabled)
Index of fluid result, that appear inside the Compressor
default value = -1 (disabled)
default value = 20
Heat or overheat requirements
list of conditions
Powder Snow vacuumizing recipe
{
"type":"vintageimprovements:pressurizing",
"secondaryFluidResults": 0,
"heatRequirement": "heated",
"ingredients": [
{
"fluid": "vintageimprovements:sulfur_dioxide",
"amount": 250
},
{
"tag": "forge:nuggets/vanadium"
}
],
"results": [
{
"fluid": "vintageimprovements:sulfur_trioxide",
"amount": 250
}
],
"processingTime": 400
}