This commit is contained in:
Brevven 2021-11-05 22:18:05 -07:00
parent 3ff19b37ca
commit 0b79489607
4 changed files with 38 additions and 5 deletions

View file

@ -6,6 +6,9 @@ if data.raw.recipe["se-space-pipe"] then
-- Organization
data.raw.item[util.me.titanium_plate].subgroup = "plates"
-- core mining balancing
util.add_to_product("se-core-fragment-omni", "titanium-ore", -2)
-- deadlock loaders for SE -- mods["deadlock-beltboxes-loaders"]
if mods["Deadlock-SE-bridge"] then
if data.raw.recipe["se-space-transport-belt-loader"] then
@ -15,4 +18,5 @@ if data.raw.recipe["se-space-pipe"] then
util.replace_ingredient("se-space-transport-belt-beltbox", "steel-plate", util.me.titanium_plate)
end
end
util.remove_ingredient("low-density-structure", "steel-plate")
end