G'day. The combo of this mod and the "Geothermal Vents" mod fails: Geothermal Vents define a resource, steam-vent
, with a minable result of steam. This fails at the end of the data phase because the fluid "steam" no longer exists; looks like you need to walk through the mining results tables to replace as well.
minable = { mining_time = 1, results =
{ {
type = "fluid",
name = "steam",
amount_min = steamset_strength,
amount_max = steamset_strength,
probability = 1,
temperature = steam_temp,
-- catalyst_amoumt = steamset_strength,
} },
},