Skip to content

Recipes Guideline ‐ Vacuum Chamber ‐ Vacuumizing

Maxim edited this page Jun 26, 2024 · 5 revisions

type

vintageimprovements:vacuumizing

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)

heatRequirement - optional

Heat or overheat requirements

processingTime - optional

default value = 20

conditions - optional

list of conditions

example

Powder Snow vacuumizing recipe

{
	"type":"vintageimprovements:vacuumizing",
	"ingredients": [ 
		{
			"item": "minecraft:bucket"
		},
		{
			"item": "minecraft:snow_block"
		}
	],
	"results": [
		{
			"item": "minecraft:powder_snow_bucket",
			"count": 1
		}
	],
	"processingTime": 600
}