fix deadlock crating issue

This commit is contained in:
Brevven 2021-01-07 12:37:49 -08:00
parent 6f201c5e93
commit aabe7bd3d2

View file

@ -45,9 +45,11 @@ if data.raw.recipe["se-space-pipe"] then
-- deadlock loaders for SE -- mods["deadlock-beltboxes-loaders"] -- deadlock loaders for SE -- mods["deadlock-beltboxes-loaders"]
if mods["Deadlock-SE-bridge"] then if mods["Deadlock-SE-bridge"] then
if data.raw.recipe["se-space-transport-belt-loader"] then
util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"]) util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"])
util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"].normal) util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"].normal)
util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"].expensive) util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-loader"].expensive)
end
if data.raw.recipe["se-space-transport-belt-beltbox"] then if data.raw.recipe["se-space-transport-belt-beltbox"] then
util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-beltbox"]) util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-beltbox"])
util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-beltbox"].normal) util.steel_to_titanium(data.raw.recipe["se-space-transport-belt-beltbox"].normal)