{
	"type": "createdieselgenerators:basin_fermenting",
	"ingredients": [
	  {"type":"tfc:not_rotten","ingredient": {"tag": "tfc:foods/fruits"}},
	  {"fluidTag": "tfc:alcohols","amount": 250}
	],
	"processingTime": 3600,
	"results": [
	  {
		"fluid": "tfc:vinegar",
		"amount": 250
	  }
	]
}