Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PyBlock",
"version": "3.3.0",
"version": "3.3.1",
"factorio_version": "2.1",
"title": "PyBlock",
"author": "KingArthur, protocol_1903",
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/shunt-inserter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down