this is the code I'm using for the recipe
{
type = "recipe",
name = "liquid-wheat",
category = "chemistry",
energy_required = 5,
enabled = "false",
ingredients =
{
{"wheat", 1},
{type="fluid", name="sulfuric-acid", 5}
},
result =
{
{type="fluid", name="liquid-wheat", amount=5}
},
},