1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02: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
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 = {}