[2.0.76] furnace input slot tooltip suggests incompatible recipes

User avatar
Quezler
Filter Inserter
Filter Inserter
Posts: 323
Joined: Fri Mar 25, 2016 6:37 pm
Contact:

[2.0.76] furnace input slot tooltip suggests incompatible recipes

Post 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
  },
Attachments
Screenshot 2026-03-09 at 19.01.54.png
Screenshot 2026-03-09 at 19.01.54.png (32 KiB) Viewed 373 times
Rseding91
Factorio Staff
Factorio Staff
Posts: 16672
Joined: Wed Jun 11, 2014 5:23 am
Contact:

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

Post by Rseding91 »

This is now fixed for 2.1.
If you want to get ahold of me I'm almost always on Discord.
Post Reply

Return to “Fixed for 2.1”