[2.0.76] furnace input slot tooltip suggests incompatible recipes
Posted: Mon Mar 09, 2026 6:03 pm
the tooltip of a furnace's input slot will happily suggest recipes that require fluids even when that furnace prototype does not have any fluidbox defined.
Code: Select all
{
type = "recipe",
name = "lithium-plate",
category = "smelting",
subgroup = "aquilo-processes",
order = "c[lithium]-b[lithium-plate]",
auto_recycle = false,
energy_required = 6.4,
ingredients = {{type = "fluid", name = "water", amount = 1}, {type = "item", name = "lithium", amount = 1}},
results = {{type="item", name="lithium-plate", amount=1}},
allow_productivity = true,
enabled = false
},