From 6b74a62a91e8627ca722f055875cf776beb1d773 Mon Sep 17 00:00:00 2001 From: Brevven Date: Fri, 25 Sep 2020 21:31:48 -0700 Subject: [PATCH] support for chopper --- changelog.txt | 3 ++- titanium-recipe-final.lua | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f36a395..8231d1e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,7 +5,8 @@ Date: 2020-09-26 - Support for jetpacks - Support for hovercrafts - Support for better cargo planes - - Support for raven + - Support for raven vehicle + - Support for chopper --------------------------------------------------------------------------------------------------- Version: 0.5.4 Date: 2020-09-25 diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index c2cf097..3d16876 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -91,6 +91,12 @@ if mods["HelicopterRevival"] or mods["Helicopters"] then util.steel_to_titanium(data.raw.recipe["heli-recipe"].expensive) end +if mods["adamo-chopper"] then + util.steel_to_titanium(data.raw.recipe["chopper-recipe"]) + util.steel_to_titanium(data.raw.recipe["chopper-recipe"].normal) + util.steel_to_titanium(data.raw.recipe["chopper-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)