Indium2/Indium2/recipe-modify.lua
Simon Brodtmann 30e7202853 bzlib fixes
2026-03-16 12:35:07 +01:00

19 lines
No EOL
781 B
Lua

local util = require("data-util")
-- Main vanilla changes
-- Mod changes
if mods["IfNickel-Updated"] then
if mods["IfNickel-Updated"] and util.bz.tungsten then
util.replace_some_ingredient(mods["IfNickel-Updated"] and "gimbaled-thruster", util.bz.tungsten and "rocket-engine-nozzle", 1, "cryogenic-seal", 1)
end
util.remove_ingredient("satellite", "gimbaled-thruster")
end
if mods["space-exploration"] then
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "indite-ore", amount=1, probability=0.05})
util.remove_ingredient("se-space-pipe-to-ground", "lead-plate")
util.remove_ingredient("se-space-pipe-to-ground", "tin-plate")
util.add_ingredient("se-space-pipe-to-ground", "indium-solder", 1)
end