This is the recipe from Space Exploration:
{
type = "recipe",
name = data_util.mod_prefix .. "condenser-turbine-reclaim-water-"..low.."-"..high,
icon = "space-exploration-graphics/graphics/icons/fluid/water.png",
icon_size = 64,
order = "a",
subgroup = "spaceship-process",
energy_required = 0.1,
category = "condenser-turbine",
ingredients =
{
{type="fluid", name="steam", amount=100,
minimum_temperature = low - 1,
maximum_temperature = (i == (#steam_temperature_ranges - 1)) and (high + 1) or (high -1)},
},
results = {
{type="fluid", name="water", amount=99},
{type="fluid", name=data_util.mod_prefix .. "decompressing-steam", amount=75, temperature = low},
},
hidden = true,
enabled = true,
allow_as_intermediate = false,
always_show_made_in = true,
localised_name = {"recipe-name.se-condenser-turbine-reclaim-water"}
},
The address: space-exploration_0.5.112\space-exploration\prototypes\phase-1\recipe\condenser-turbine.lua