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 f7fff18..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 = true, scale_fluid_usage = true, fluid_box = { volume = 20,