forked from cacklingfiend/bzzirconium2
fix an issue with SE without tungsten
This commit is contained in:
parent
9449eec7bc
commit
d2eaf5fda3
3 changed files with 7 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ if mods["space-exploration"] then
|
|||
end
|
||||
if not mods.bztungsten then
|
||||
util.add_ingredient("se-hot-thermodynamics-data", "zirconium-plate", 1)
|
||||
util.add_product("se-hot-thermodynamics-data", {name="zirconium-plate", amount=1, probability=0.50})
|
||||
util.add_product("se-hot-thermodynamics-data", {type="item", name="zirconium-plate", amount=1, probability=0.50})
|
||||
end
|
||||
|
||||
util.add_ingredient("se-experimental-alloys-data", "zirconium-plate", 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue