{
	"type": "vintageimprovements:pressurizing",
	"secondaryFluidOutput": 0,
	"heatRequirement": "none",
	"ingredients": [
		{
			"fluidTag": "tfc:alcohols",
			"amount": 250
		},
		{
			"type": "tfc:not_rotten",
			"ingredient": {
				"tag": "tfc:foods/fruits"
			}
		}
	],
	"results": [
		{
			"fluid": "tfc:vinegar",
			"amount": 250
		}
	],
	"processingTime": 3600
}