1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-12-27 11:20:26 +01:00

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
This commit is contained in:
Luke aka SwissalpS 2024-12-17 20:43:19 +01:00 committed by GitHub
parent dd660c3c1c
commit 858154cb78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -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 = {}

View File

@ -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