Alloy Smelting: Crushed tungsten carbide can be smelted in the Kiln
This commit is contained in:
parent
85e644b861
commit
98c577925a
2 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
require("prototypes/vanilla")
|
||||
require("prototypes/alloy-smelting")
|
||||
require("prototypes/muluna")
|
|
@ -0,0 +1,7 @@
|
|||
if not mods["space-age"] or not mods["alloy-smelting"] then return end
|
||||
|
||||
if settings.startup["crushing-industry-ore"].value then
|
||||
local tungsten_carbide = data.raw.recipe["crushed-tungsten-carbide"]
|
||||
tungsten_carbide.additional_categories = tungsten_carbide.additional_categories or {}
|
||||
table.insert(tungsten_carbide.additional_categories, "kiln-smelting")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue