support for hovercrafts

This commit is contained in:
Brevven 2020-09-25 21:02:37 -07:00
parent 7f829ad07e
commit e38dc4c58c
2 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Version: 0.5.5
Date: 2020-09-26 Date: 2020-09-26
Changes: Changes:
- Support for jetpacks - Support for jetpacks
- Support for hovercrafts
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.5.4 Version: 0.5.4
Date: 2020-09-25 Date: 2020-09-25

View file

@ -91,6 +91,12 @@ if mods["jetpack"] then
util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive) util.steel_to_titanium(data.raw.recipe["jetpack-1"].expensive)
end end
if mods["Hovercrafts"] then
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"])
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].normal)
util.steel_to_titanium(data.raw.recipe["hcraft-recipe"].expensive)
end
-- Memory storage changes -- Memory storage changes
if data.raw.item["memory-unit"] then if data.raw.item["memory-unit"] then
util.steel_to_titanium(data.raw.recipe["memory-unit"]) util.steel_to_titanium(data.raw.recipe["memory-unit"])