support for jetpacks
This commit is contained in:
parent
02a5421a7a
commit
7f829ad07e
3 changed files with 15 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.5
|
||||
Date: 2020-09-26
|
||||
Changes:
|
||||
- Support for jetpacks
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.4
|
||||
Date: 2020-09-26
|
||||
Date: 2020-09-25
|
||||
Changes:
|
||||
- Krastorio 2 update: Add titanium to a few more recipes.
|
||||
- Support for HelicopterRevival
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"factorio_version": "1.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -85,6 +85,12 @@ if mods["HelicopterRevival"] or mods["Helicopters"] then
|
|||
util.steel_to_titanium(data.raw.recipe["heli-recipe"].expensive)
|
||||
end
|
||||
|
||||
if mods["jetpack"] then
|
||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"])
|
||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].normal)
|
||||
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
|
||||
end
|
||||
|
||||
-- Memory storage changes
|
||||
if data.raw.item["memory-unit"] then
|
||||
util.steel_to_titanium(data.raw.recipe["memory-unit"])
|
||||
|
|
@ -93,6 +99,8 @@ if data.raw.item["memory-unit"] then
|
|||
end
|
||||
|
||||
|
||||
-- Settings, etc.
|
||||
--
|
||||
-- Finalize tech tree based on settings and other dependent mods.
|
||||
local mining_fluid
|
||||
if settings.startup["bztitanium-mining-fluid"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue