Hot metals


A furnace doesn't just output cold usable results. You need to wait for them to cool down.

Content
12 days ago
2.0
1.69K
Factorio: Space Age Icon Space Age Mod
Manufacturing

g allow "icons" parameter?

8 months ago
(updated 8 months ago)

Hi, one more request for mod support. Basically, to support this more readily I'd like to be able to tint/layer existing icons for some items.

Could your mod accept an optional "icons" parameter in HotMetals.items table entries? Then if item.icons is present, you can assign it to the hotItem.icons instead of assigning hotItem.icon. Then modders could supply table entries sorta like this

{
  name="tin-plate",
  spoilTicks=10*60, 
  icons={
    { icon = "__bztin__/graphics/icons/tin-plate.png", icon_size = 128},
    { icon = "__bztin__/graphics/icons/tin-plate.png", icon_size = 128, tint={.9,.2,0, .5}},
  },
}

Let me know if I didn't explain my request clearly :)

8 months ago

Done with the next release.

8 months ago

Thanks for this as well!

This thread has been locked.