Skip to content

Commit

Permalink
Changed Code Comment per Reviewer Suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathwing777 authored Oct 20, 2024
1 parent 8505ec5 commit 0d56260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ local digilines_enabled = minetest.get_modpath("digilines") ~= nil
if digilines_enabled and pipeworks.use_default_digilines_rules then
pipeworks.digilines_rules=digiline.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
-- for server admins to be able to revert to the old "broken" behavior as some builds may use it as a "feature".
-- When using these rules, digiline signals are NOT conducted vertically, despite any rotation to the node. This
-- breaks expected behavior with digiline conducting tubes. Some servers however, may have builds that relied on
-- the lack of vertical conduction and may wish to revert to this behavior.
-- See https://github.com/mt-mods/pipeworks/issues/64
pipeworks.digilines_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z=0},{x=0,y=1,z=0},{x=0,y=-1,z=0}}
end
Expand Down

0 comments on commit 0d56260

Please sign in to comment.