Crushing Industry: Fix name of burner crusher copper recipe
This commit is contained in:
parent
d7f5d0ca67
commit
ea7c652875
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ local gold_recipe = Recipe:new("burner-crusher")
|
||||||
gold_recipe:clone("burner-crusher-copper")
|
gold_recipe:clone("burner-crusher-copper")
|
||||||
:replaceIngredient("gold-plate", "copper-plate")
|
:replaceIngredient("gold-plate", "copper-plate")
|
||||||
:assign({
|
:assign({
|
||||||
localised_name = { "entity-name.burner-crushe" },
|
localised_name = { "entity-name.burner-crusher" },
|
||||||
icons = {
|
icons = {
|
||||||
{ icon = data.raw.item["burner-crusher"].icon },
|
{ icon = data.raw.item["burner-crusher"].icon },
|
||||||
{ icon = "__base__/graphics/icons/copper-plate.png", scale = 0.25, shift = { 8, 8 } }
|
{ icon = "__base__/graphics/icons/copper-plate.png", scale = 0.25, shift = { 8, 8 } }
|
||||||
|
|
Loading…
Add table
Reference in a new issue