Page 1 of 1

[2.0.76] furnace input slot tooltip suggests incompatible recipes

Posted: Mon Mar 09, 2026 6:03 pm
by Quezler
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
  },

Re: [2.0.76] furnace input slot tooltip suggests incompatible recipes

Posted: Wed Mar 25, 2026 4:32 pm
by Rseding91
This is now fixed for 2.1.