Minetest mod that adds nodes to control the flow of digiline messages
Go to file
2021-02-21 16:47:00 +11:00
.github/workflows readme, workflow, license 2021-01-23 21:52:22 +11:00
images rename screenshots -> images 2021-02-14 16:25:36 +11:00
textures remove unused textures 2021-01-25 17:06:48 +11:00
.gitattributes remove gitignore, update luacheck, export setting 2021-01-26 19:10:49 +11:00
.luacheckrc remove gitignore, update luacheck, export setting 2021-01-26 19:10:49 +11:00
compatibility.lua filter allows all when channel is empty, simpler compat 2021-01-25 15:46:34 +11:00
crafts.lua add craft recipes 2021-01-26 19:02:52 +11:00
diode.lua add compatibility, fix rotation 2021-01-24 22:55:27 +11:00
filter.lua clearer description of filter channel, abandon router for now 2021-01-29 17:12:07 +11:00
init.lua clearer description of filter channel, abandon router for now 2021-01-29 17:12:07 +11:00
LICENSE.md readme, workflow, license 2021-01-23 21:52:22 +11:00
limiter.lua make limiter actually limit messages/second, not delay between messages 2021-02-21 16:47:00 +11:00
mod.conf add craft recipes 2021-01-26 19:02:52 +11:00
override.lua first working version 2021-01-23 21:27:31 +11:00
README.md rename screenshots -> images 2021-02-14 16:25:36 +11:00
splitter.lua add compatibility, fix rotation 2021-01-24 22:55:27 +11:00
trisplitter.lua add compatibility, fix rotation 2021-01-24 22:55:27 +11:00

Digilines Control [digicontrol]

luacheck License Minetest

Table of Contents

Overview

This mod adds nodes to control the flow of digiline messages in various ways, and is designed to be a more streamlined replacement for digiline_routing.

Overview Screenshot

Nodes

  • Filter - only lets messages with the correct channel pass through.
  • Limiter - limits the rate at which messages can pass through.
  • Diode - only lets messages pass through in one direction.
  • Splitter - splits messages into two branches, and stops messages going between the branches.
  • Tri-Splitter - same as Splitter, but splits into three branches.

Dependencies

Required

Optional

Installation

Download the master branch or the latest release, or clone the repository using Git or the GitHub Desktop app, and follow the usual installation steps.

License

Except for any exceptions stated in LICENSE.md, all code is licensed under the MIT License, with all textures, models, sounds, and other media licensed under the CC BY-SA 4.0 License.