Skip to content

Commit 858154c

Browse files
authored
Fix #145 caused by #142 Make new feature opt-in (#146)
* Update default_settings.lua and settingtypes.txt - Make new vertical behaviour opt-in - crop comment
1 parent dd660c3 commit 858154c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

default_settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ local settings = {
3131
delete_item_on_clearobject = true,
3232
use_real_entities = true,
3333
entity_update_interval = 0,
34-
enable_vertical_digilines_connectivity = true,
34+
enable_vertical_digilines_connectivity = false,
3535
}
3636

3737
pipeworks.toggles = {}

settingtypes.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ pipeworks_entity_update_interval (Entity Update Interval) float 0 0 0.8
8888
# Use the default rules from the digilines mod.
8989
# If enabled the following devices will connect to digiline networks in the vertical direction:
9090
# digiline filter injector, deployer, dispenser, node breaker, autocrafter
91+
# This breaks expected behavior with digiline conducting tubes.
9192
# If disabled, the devices will not be able to send or recieve digiline signals from the top
92-
# or bottom faces, regardless of the node rotation. This breaks expected behavior with digiline
93-
# conducting tubes, so it is recommended to enable this option unless you have specific builds
94-
# that make use of the lack of vertical digiline connectivity and those are more important to you.
95-
enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool true
93+
# or bottom faces, regardless of the node rotation.
94+
enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool false
9695

9796
# if set to true, items passing through teleport tubes will log log where they came from and where they went.
9897
pipeworks_log_teleport_tubes (Log Teleport Tubes) bool false

0 commit comments

Comments
 (0)