forked from cacklingfiend/bzzirconium2
zircaloy fixes
This commit is contained in:
parent
233ca6ffbc
commit
3719d84e7e
5 changed files with 75 additions and 22 deletions
|
|
@ -3,6 +3,10 @@ local util = require("__bzzirconium__.data-util");
|
|||
local nuclear_plate = mods.bzlead and "lead-plate" or "iron-plate"
|
||||
local nuclear_z = data.raw.item["zircaloy-4"] and "zircaloy-4" or "zirconium-plate"
|
||||
|
||||
if mods.bzfoundry and data.raw.item["foundry"] then
|
||||
util.set_to_founding("zircaloy-4")
|
||||
end
|
||||
|
||||
|
||||
util.replace_some_ingredient("stone-furnace", "stone", 1, "zircon", 1)
|
||||
if not mods["Krastorio2"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue