Skip to content

Commit

Permalink
Fixed Regenerative Heat Exchanger pipe covers having assembling machi…
Browse files Browse the repository at this point in the history
…ne graphics. Resolves pyanodon/pybugreports#807 (#97)
  • Loading branch information
protocol-1903 authored Jan 2, 2025
1 parent 13a6ebd commit 37d02eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ????
- Show fluid boxes all the time on Pumpjacks, Guar plantations, and Ionic Upgraders.
- Add new lamp casting recipe to hot air blacklist.
- Buffed most of the tholins recipes
- Fixed Regenerative Heat Exchanger pipe covers having assembling machine graphics. Resolves https://github.com/pyanodon/pybugreports/issues/807
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-11-29
Expand Down
8 changes: 4 additions & 4 deletions prototypes/buildings/rhe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ ENTITY {
--1
{
production_type = "input",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
-- pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 1000,
pipe_connections = {{flow_direction = "input", position = {0.0, -2.0}, direction = defines.direction.north}}
pipe_connections = {{flow_direction = "input", position = {0.0, -1.95}, direction = defines.direction.north}}
},
{
production_type = "output",
pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
-- pipe_picture = py.pipe_pictures("assembling-machine-2", nil, {0.0, -0.96}, nil, nil),
pipe_covers = py.pipe_covers(false, true, true, true),
volume = 100,
pipe_connections = {{flow_direction = "output", position = {0.0, 2.0}, direction = defines.direction.south}}
pipe_connections = {{flow_direction = "output", position = {0.0, 1.95}, direction = defines.direction.south}}
},
},
impact_category = "metal-large",
Expand Down

0 comments on commit 37d02eb

Please sign in to comment.