diff options
author | cheapie <no-email-for-you@example.com> | 2015-12-15 14:42:58 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2015-12-15 14:42:58 -0600 |
commit | a9d88e4b1cefe6be803832a6a1a4b72e00405dfb (patch) | |
tree | de768dbd6858d0c4ee1cd2e0ac3b0166d712cb90 /README | |
download | digistuff-a9d88e4b1cefe6be803832a6a1a4b72e00405dfb.tar digistuff-a9d88e4b1cefe6be803832a6a1a4b72e00405dfb.tar.gz digistuff-a9d88e4b1cefe6be803832a6a1a4b72e00405dfb.tar.bz2 digistuff-a9d88e4b1cefe6be803832a6a1a4b72e00405dfb.tar.xz digistuff-a9d88e4b1cefe6be803832a6a1a4b72e00405dfb.zip |
Add _ALL_ the things!
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +Digilines Button +================ + + +License: +Code - LGPL v3 or later (contains some code from mesecons and digilines) +Textures - CC BY-SA 3.0 Generic (contains modified versions of textures from mesecons and digilines) + + +Depends: +Required: digilines (base only) and mesecons (base only) +Only needed for craft recipes: default and mesecons_luacontroller + + +How to use digilines buttons: +Connect to a digiline (or digimese), right-click, and set a channel and message. +When the button is pressed (right-click), it will send that message on that channel, over digilines. +Note that the settings cannot be changed after setting - you must dig and re-place the button to do so. + + +How to use digimese: +It conducts digilines signals (like digilines) in all directions (like mese). That's about it, really. |