SimpleCompress tweak
This commit is contained in:
parent
baa7e566b4
commit
1053dfc0b2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,14 +2,14 @@ if simpleCompress then
|
|||
if simpleCompress.ores then
|
||||
simpleCompress.currentSubgroup = "intermediate-product"
|
||||
if data.raw.item["titanium-ore"] then
|
||||
SimpleCompress_AddTintedItem("titanium-ore", "ore4-titanium", "ore", {r=0.85, g=0.85, b=0.75})
|
||||
SimpleCompress_AddTintedItem("titanium-ore", "ore4-titanium", "ore", {r=0.85, g=0.85, b=0.70})
|
||||
SimpleCompress_UnlockOreTechAndRecipe("titanium-ore")
|
||||
end
|
||||
end
|
||||
if simpleCompress.plates then
|
||||
simpleCompress.currentSubgroup = "intermediate-product"
|
||||
if data.raw.item["titanium-plate"] then
|
||||
SimpleCompress_AddTintedItem("titanium-plate", "plates4-titanium", "plate3", {r=0.85, g=0.85, b=0.75})
|
||||
SimpleCompress_AddTintedItem("titanium-plate", "plates4-titanium", "plate3", {r=0.85, g=0.85, b=0.70})
|
||||
SimpleCompress_UnlockPlateTechAndRecipe("titanium-plate")
|
||||
end
|
||||
local titaniumRecipe = data.raw.recipe["decompress-titanium-plate"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue