From b093add3b8068fe8d906a5805c5fa8eb164a5b01 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 8 Oct 2020 00:21:07 -0700 Subject: [PATCH] space exp item subgroup --- titanium-recipe-final.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/titanium-recipe-final.lua b/titanium-recipe-final.lua index d4d8846..e4e7af6 100644 --- a/titanium-recipe-final.lua +++ b/titanium-recipe-final.lua @@ -43,6 +43,10 @@ if data.raw.recipe["se-space-pipe"] then util.add_titanium_ingredient(20, data.raw.recipe["se-condenser-turbine"]) util.add_titanium_ingredient(20, data.raw.recipe["se-condenser-turbine"].normal) util.add_titanium_ingredient(20, data.raw.recipe["se-condenser-turbine"].expensive) + + -- Organization + data.raw.item["titanium-plate"].subgroup = "plates" + end