{
  "type": "pneumaticcraft:thermo_plant",
  "item_input": {
    "tag":"forge:raw_honey"
  },
  "fluid_input": {
    "type": "pneumaticcraft:fluid",
    "tag": "pneumaticcraft:yeast_culture",
    "amount": 100
  },
  "fluid_output": {
    "fluid": "immersiveengineering:ethanol",
    "amount": 250
  },
  "temperature": {
    "min_temp": 303,
    "max_temp": 333
  },
  "speed": 0.4,
  "exothermic": true
}