Skip to content

Commit

Permalink
fix niobium mine pipe connection rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Nov 11, 2024
1 parent 705a82e commit 81f6681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.21
Date: ~~~~~~~~~~
Changes:
- Rotated niobium mine pipe connection to match 1.1 direction.
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-11-9
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/niobium-mine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENTITY {
pipe_covers = _G.pipecoverspictures(),
volume = 200,
pipe_connections = {
{direction = defines.direction.west, position = {-3, 3.3}}
{direction = defines.direction.south, position = {-3, 3}}
}
},
module_slots = 4,
Expand Down

0 comments on commit 81f6681

Please sign in to comment.