Crushing Industry: Burner Cusher can be crafted in Lumber Mill

This commit is contained in:
Simon Brodtmann 2025-03-25 19:46:32 +01:00
parent 799e22b90a
commit a7490b6277

View file

@ -95,6 +95,9 @@ end
local gold_recipe = Recipe:new("burner-crusher")
:replaceIngredient("iron-gear-wheel", "wooden-gear-wheel")
: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")
:replaceIngredient("gold-plate", "copper-plate")