Hot Metals Quencher


Quench hot metals with water to produce steam

Content
2 months ago
2.0
40
Mining Logistic network

b Missing recipe names

2 months ago

The recipe names are missing. Set them to the item name of the resulting cool item ({ "item-name." .. coolItemName }).

2 months ago

I couldn't figure out how to do it dynamically since I'm just doing a for loop on your HotMetals

2 months ago
local recipe = {
    type = "recipe",
    name = "quench-" .. item_name,
    localised_name = { "item-name." .. item_name }

Should I add a flag to the items so you can just search for that?
hotItem.hot_item = true

New response