mirror of
https://github.com/factoriolib/flib.git
synced 2025-09-04 08:26:22 +00:00
Technology ingredients don't have a type field and are always items
This commit is contained in:
@@ -82,7 +82,7 @@ function flib_gui_templates.technology_slot(parent, technology, level, research_
|
||||
ingredients_flow.add({
|
||||
type = "sprite",
|
||||
style = "flib_technology_slot_ingredient",
|
||||
sprite = ingredient.type .. "/" .. ingredient.name,
|
||||
sprite = "item/" .. ingredient.name,
|
||||
ignored_by_interaction = true,
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user