mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-28 03:40:25 +01:00
* Update default_settings.lua and settingtypes.txt - Make new vertical behaviour opt-in - crop comment
This commit is contained in:
parent
dd660c3c1c
commit
858154cb78
@ -31,7 +31,7 @@ local settings = {
|
|||||||
delete_item_on_clearobject = true,
|
delete_item_on_clearobject = true,
|
||||||
use_real_entities = true,
|
use_real_entities = true,
|
||||||
entity_update_interval = 0,
|
entity_update_interval = 0,
|
||||||
enable_vertical_digilines_connectivity = true,
|
enable_vertical_digilines_connectivity = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
pipeworks.toggles = {}
|
pipeworks.toggles = {}
|
||||||
|
@ -88,11 +88,10 @@ pipeworks_entity_update_interval (Entity Update Interval) float 0 0 0.8
|
|||||||
# Use the default rules from the digilines mod.
|
# Use the default rules from the digilines mod.
|
||||||
# If enabled the following devices will connect to digiline networks in the vertical direction:
|
# If enabled the following devices will connect to digiline networks in the vertical direction:
|
||||||
# digiline filter injector, deployer, dispenser, node breaker, autocrafter
|
# 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
|
# 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
|
# or bottom faces, regardless of the node rotation.
|
||||||
# conducting tubes, so it is recommended to enable this option unless you have specific builds
|
enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool false
|
||||||
# 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
|
|
||||||
|
|
||||||
# if set to true, items passing through teleport tubes will log log where they came from and where they went.
|
# 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
|
pipeworks_log_teleport_tubes (Log Teleport Tubes) bool false
|
||||||
|
Loading…
Reference in New Issue
Block a user