Skip to content

Recipes Guideline ‐ Vacuum Chamber ‐ Pressurizing

Maxim edited this page Jun 26, 2024 · 4 revisions

type

vintageimprovements:pressurizing

ingredients

list of items, tags or/and fluids

results

list of items or/and fluids

secondaryFluidInput - optional

Index of fluid ingredient, that must be inserted inside the Compressor to process

default value = -1 (disabled)

secondaryFluidOutput - optional

Index of fluid result, that appear inside the Compressor

default value = -1 (disabled)

processingTime - optional

default value = 20

heatRequirement - optional

Heat or overheat requirements

conditions - optional

list of conditions

example

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
}