From 9e83776f5e2cd87d8341f56f58dbe1c241612f0b Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 4 Jul 2021 23:32:02 -0700 Subject: [PATCH] useful equipment --- changelog.txt | 5 +++++ titanium-recipe-updates.lua | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/changelog.txt b/changelog.txt index 7c05857..ca38506 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ --------------------------------------------------------------------------------------------------- Version: 0.12.3 +Date: 2021-07-06 + Features: + - Useful Eqipment compatibility +--------------------------------------------------------------------------------------------------- +Version: 0.12.2 Date: 2021-07-01 Features: - Strange matter compatibility diff --git a/titanium-recipe-updates.lua b/titanium-recipe-updates.lua index d453059..2e2b3c0 100644 --- a/titanium-recipe-updates.lua +++ b/titanium-recipe-updates.lua @@ -48,3 +48,7 @@ end if mods["NuclearFurnace"] then util.add_titanium_ingredient(200, "nuclear-furnace-4") end + +-- Useful Equipment +util.replace_ingredient("craft-assistent", "iron-plate", "titanium-plate") +util.replace_ingredient("artificial-organ", "iron-plate", "titanium-plate")