{
  "type": "pneumaticcraft:thermo_plant",
  "exothermic": true,
  "fluid_input": {
    "type": "pneumaticcraft:fluid",
    "amount": 100,
    "tag": "pneumaticcraft:yeast_culture"
  },
  "fluid_output": {
    "amount": 50,
    "fluid": "pneumaticcraft:ethanol"
  },
  "item_input": {
    "item": "vinery:rotten_cherry"
  },
  "speed": 0.25,
  "temperature": {
    "max_temp": 333,
    "min_temp": 303
  }
}