Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fluidbox arrows from pipes #1

Merged
merged 1 commit into from Jan 9, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.txt
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.1.4
Date: 09. 01. 2023
Changes:
- Removed redundend fluidbox arrows added (#1 by stringweasel).
---------------------------------------------------------------------------------------------------
Version: 3.1.3
Date: 13. 12. 2021
Changes:
Expand Down
5 changes: 3 additions & 2 deletions info.json
@@ -1,9 +1,10 @@
{
"name": "Flow Control",
"version": "3.1.3",
"version": "3.1.4",
"title": "Flow Control",
"author": "GotLag",
"homepage": "https://forums.factorio.com/viewtopic.php?f=94&t=20645",
"description": "Adds pipes with restricted connections, and several useful valves.",
"factorio_version": "1.1"
"factorio_version": "1.1",
"dependencies": [ "base >= 1.1.67" ]
}
1 change: 1 addition & 0 deletions prototypes/entities.lua
Expand Up @@ -28,6 +28,7 @@ pipe_elbow.fluid_box =
{ position = {1, 0} },
{ position = {0, 1} }
},
hide_connection_info = true,
}
pipe_elbow.two_direction_only = false
pipe_elbow.pictures =
Expand Down