From 2555f30712a0dd1d488c9346f2ea494b21a3a7d1 Mon Sep 17 00:00:00 2001 From: chase jackman Date: Mon, 10 Aug 2026 14:55:47 -0600 Subject: [PATCH 1/2] fixed shunt inserter infinite consumption --- prototypes/buildings/shunt-inserter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/buildings/shunt-inserter.lua b/prototypes/buildings/shunt-inserter.lua index f7fff18..a687e12 100644 --- a/prototypes/buildings/shunt-inserter.lua +++ b/prototypes/buildings/shunt-inserter.lua @@ -104,7 +104,7 @@ ENTITY { damaged_trigger_effect = hit_effects.entity(), energy_source = { type = "fluid", - burns_fluid = true, + burns_fluid = false, scale_fluid_usage = true, fluid_box = { volume = 20, From c0031afea0392a5d06d72ad07960d632337d0b25 Mon Sep 17 00:00:00 2001 From: protocol_1903 <67478786+protocol-1903@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:02:21 -0700 Subject: [PATCH 2/2] update changelog --- changelog.txt | 7 ++++++- info.json | 2 +- prototypes/buildings/shunt-inserter.lua | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index b403802..4104ef1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,14 @@ --------------------------------------------------------------------------------------------------- +Version: 3.3.1 +Date: ???? + Changes: + - Fixed that shunt inserters would attempt to burn steam. Resolves https://github.com/pyanodon/pybugreports/issues/1550 +--------------------------------------------------------------------------------------------------- Version: 3.3.0 Date: 2026-07-30 Changes: - Updated for 2.1 - - Updated shunt inserter graphics. Thank you Talander! + - Updated shunt inserter graphics. Thank you Talandar! - Removed steam engine minimum steam temperature as a stopgap fix until wube fixed fluid temp 'mixing' Bugfixes: - Fixed that alt names were concatenated instead of chosen. Resolves https://github.com/pyanodon/pybugreports/issues/1497 diff --git a/info.json b/info.json index 36b114a..f3ead02 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "PyBlock", - "version": "3.3.0", + "version": "3.3.1", "factorio_version": "2.1", "title": "PyBlock", "author": "KingArthur, protocol_1903", diff --git a/prototypes/buildings/shunt-inserter.lua b/prototypes/buildings/shunt-inserter.lua index a687e12..250bc1e 100644 --- a/prototypes/buildings/shunt-inserter.lua +++ b/prototypes/buildings/shunt-inserter.lua @@ -104,7 +104,6 @@ ENTITY { damaged_trigger_effect = hit_effects.entity(), energy_source = { type = "fluid", - burns_fluid = false, scale_fluid_usage = true, fluid_box = { volume = 20,