From ce85a1a0e14d65db36192b7a63cd3081e6d71fa6 Mon Sep 17 00:00:00 2001 From: Brevven Date: Wed, 10 Mar 2021 22:44:19 -0800 Subject: [PATCH] some modded item recipes --- changelog.txt | 1 + lead-recipe-updates.lua | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/changelog.txt b/changelog.txt index 41a8656..e800c88 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 0.3.1 Date: 2021-03-09 Features: - SimpleCompress support + - StorageTank2 recipe --------------------------------------------------------------------------------------------------- Version: 0.3.0 Date: 2021-03-07 diff --git a/lead-recipe-updates.lua b/lead-recipe-updates.lua index 32dbc76..3cdbf6a 100644 --- a/lead-recipe-updates.lua +++ b/lead-recipe-updates.lua @@ -47,3 +47,15 @@ end if data.raw.recipe["zinfinite_buffer_fluid_tank1"] then util.replace_some_ingredient("zinfinite_buffer_fluid_tank1", "iron-plate", "lead-plate", 1000) end + +if data.raw.recipe["storage-tank2"] then + util.add_ingredient("storage-tank2", "lead-plate", 32) +end + +if data.raw.recipe["advanced-substation"] then + util.add_ingredient("advanced-substation", "lead-plate", 20) +end + +if data.raw.recipe["advanced-accumulator"] then + util.add_ingredient("advanced-accumulator", "lead-plate", 16) +end