Add missing ingredient types
This commit is contained in:
parent
0770535edd
commit
c9c80c8207
1 changed files with 4 additions and 4 deletions
|
|
@ -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},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue