Add missing ingredient types

This commit is contained in:
Simon Brodtmann 2025-10-13 15:59:13 +02:00
parent 0770535edd
commit c9c80c8207

View file

@ -121,8 +121,8 @@ else
always_show_made_in = true, always_show_made_in = true,
allow_as_intermediate = false, allow_as_intermediate = false,
ingredients = { ingredients = {
{name = "enriched-titanium", amount = 8}, { type = "item", name = "enriched-titanium", amount = 8},
{name = "se-vulcanite-block", amount = 1}, { type = "item", name = "se-vulcanite-block", amount = 1},
}, },
results = { results = {
{name = util.me.titanium_plate, amount = 6}, {name = util.me.titanium_plate, amount = 6},
@ -151,8 +151,8 @@ else
always_show_made_in = true, always_show_made_in = true,
allow_as_intermediate = false, allow_as_intermediate = false,
ingredients = { ingredients = {
{name = "titanium-ore", amount = 20}, { type = "item", name = "titanium-ore", amount = 20},
{name = "se-vulcanite-block", amount = 1}, { type = "item", name = "se-vulcanite-block", amount = 1},
}, },
results = { results = {
{name = util.me.titanium_plate, amount = 6}, {name = util.me.titanium_plate, amount = 6},