1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

digiline → digilines (#156)

This commit is contained in:
The4codeblocks
2025-05-07 13:13:01 -05:00
committed by GitHub
parent c8bccec038
commit 999b43baea
7 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@ pipeworks.mesecons_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z
local digilines_enabled = minetest.get_modpath("digilines") ~= nil
if digilines_enabled and pipeworks.enable_vertical_digilines_connectivity then
pipeworks.digilines_rules=digiline.rules.default
pipeworks.digilines_rules=digilines.rules.default
else
-- These rules break vertical connectivity to deployers, node breakers, dispensers, and digiline filter injectors
-- via digiline conducting tubes. Changing them may break some builds on some servers, so the setting was added