fixes
This commit is contained in:
parent
3ff19b37ca
commit
0b79489607
4 changed files with 38 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue