From baac16632bc95bab6c9930c7947370b25b4d08b1 Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Fri, 13 May 2022 11:29:53 +0200 Subject: [PATCH] increased Item/fluid handler slots --- changelog.txt | 1 + prototypes/fusion/fu_burner.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 851b2ff..57640fd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,6 +13,7 @@ Date: 13.5.2022 - reduced stack sizes of energy crystals and diesel fuels - increased stack size of neutron canisters - adjusted fusion reactor fluid inputs + - increased Item/fluid handler module slots --------------------------------------------------------------------------------------------------- Version: 1.0.20 diff --git a/prototypes/fusion/fu_burner.lua b/prototypes/fusion/fu_burner.lua index b45c902..827c92e 100644 --- a/prototypes/fusion/fu_burner.lua +++ b/prototypes/fusion/fu_burner.lua @@ -54,7 +54,7 @@ data:extend({ 0, 0.8 }, - module_slots = 2 + module_slots = 4 }, crafting_speed = 1, energy_usage = '500KW',