SE deadlock loaders
This commit is contained in:
parent
96dbb491a3
commit
ac668b9019
3 changed files with 17 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.6.4
|
||||||
|
Date: 2020-11-08
|
||||||
|
Changes:
|
||||||
|
- Recipe for space loader/beltbox from Deadlock beltbox crate-Space Exploration bridge
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.6.3
|
Version: 0.6.3
|
||||||
Date: 2020-10-29
|
Date: 2020-10-29
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"factorio_version": "1.0",
|
"factorio_version": "1.0",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
@ -12,7 +12,8 @@
|
||||||
"? space-exploration",
|
"? space-exploration",
|
||||||
"? Krastorio2",
|
"? Krastorio2",
|
||||||
"? FactorioExtended-Plus-Core",
|
"? FactorioExtended-Plus-Core",
|
||||||
"? Pre0-17-60Oil"
|
"? Pre0-17-60Oil",
|
||||||
|
"? Deadlock-SE-bridge"
|
||||||
],
|
],
|
||||||
"description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Krastorio 2, Space Exploration, Aircraft, FE+ and other mods."
|
"description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Krastorio 2, Space Exploration, Aircraft, FE+ and other mods."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,15 @@ if data.raw.recipe["se-space-pipe"] then
|
||||||
-- Organization
|
-- Organization
|
||||||
data.raw.item["titanium-plate"].subgroup = "plates"
|
data.raw.item["titanium-plate"].subgroup = "plates"
|
||||||
|
|
||||||
|
-- deadlock loaders for SE -- mods["deadlock-beltboxes-loaders"]
|
||||||
|
if mods["Deadlock-SE-bridge"] 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"].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-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"].expensive)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue