From 858154cb78ae773768956cf132886bc6a3e89027 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS <161979+SwissalpS@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:43:19 +0100 Subject: [PATCH] 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 --- default_settings.lua | 2 +- settingtypes.txt | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/default_settings.lua b/default_settings.lua index ccc091e..3ea9685 100644 --- a/default_settings.lua +++ b/default_settings.lua @@ -31,7 +31,7 @@ local settings = { delete_item_on_clearobject = true, use_real_entities = true, entity_update_interval = 0, - enable_vertical_digilines_connectivity = true, + enable_vertical_digilines_connectivity = false, } pipeworks.toggles = {} diff --git a/settingtypes.txt b/settingtypes.txt index 88a6cfe..13b918b 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -88,11 +88,10 @@ pipeworks_entity_update_interval (Entity Update Interval) float 0 0 0.8 # Use the default rules from the digilines mod. # If enabled the following devices will connect to digiline networks in the vertical direction: # digiline filter injector, deployer, dispenser, node breaker, autocrafter +# This breaks expected behavior with digiline conducting tubes. # If disabled, the devices will not be able to send or recieve digiline signals from the top -# or bottom faces, regardless of the node rotation. This breaks expected behavior with digiline -# conducting tubes, so it is recommended to enable this option unless you have specific builds -# that make use of the lack of vertical digiline connectivity and those are more important to you. -enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool true +# or bottom faces, regardless of the node rotation. +enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool false # if set to true, items passing through teleport tubes will log log where they came from and where they went. pipeworks_log_teleport_tubes (Log Teleport Tubes) bool false