Crushing Industry: Burner Cusher can be crafted in Lumber Mill
This commit is contained in:
parent
799e22b90a
commit
a7490b6277
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ end
|
||||||
local gold_recipe = Recipe:new("burner-crusher")
|
local gold_recipe = Recipe:new("burner-crusher")
|
||||||
:replaceIngredient("iron-gear-wheel", "wooden-gear-wheel")
|
:replaceIngredient("iron-gear-wheel", "wooden-gear-wheel")
|
||||||
:replaceIngredient("iron-plate", "gold-plate")
|
:replaceIngredient("iron-plate", "gold-plate")
|
||||||
|
:assign({
|
||||||
|
category = settings.startup["lignumis-lumber-mill-more-recipes"].value and "wood-processing-or-assembling" or "crafting"
|
||||||
|
})
|
||||||
|
|
||||||
gold_recipe:clone("burner-crusher-copper")
|
gold_recipe:clone("burner-crusher-copper")
|
||||||
:replaceIngredient("gold-plate", "copper-plate")
|
:replaceIngredient("gold-plate", "copper-plate")
|
||||||
|
|
Loading…
Add table
Reference in a new issue