diff options
author | cheapie <no-email-for-you@example.com> | 2021-02-05 20:16:32 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2021-02-05 20:16:32 -0600 |
commit | 8e652528262e47d48e2ec81cdc528f743ef2f79a (patch) | |
tree | f31a1628f9e05a7ded7b74e5668ff4ac0a6ffbb2 /README | |
parent | 6c299b2fe545cd006df85b03744b288d9861cd8c (diff) | |
download | digistuff-8e652528262e47d48e2ec81cdc528f743ef2f79a.tar digistuff-8e652528262e47d48e2ec81cdc528f743ef2f79a.tar.gz digistuff-8e652528262e47d48e2ec81cdc528f743ef2f79a.tar.bz2 digistuff-8e652528262e47d48e2ec81cdc528f743ef2f79a.tar.xz digistuff-8e652528262e47d48e2ec81cdc528f743ef2f79a.zip |
Make piston sounds configurable
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ You can also send a command as a table. If so, the fields that can be used in th * action: "extend" or "retract" * max: The maximum number of nodes to push/pull, cannot be set higher than 16. Set to 0 (or omit) when retracting to perform a non-sticky retraction. * allsticky: Pull a whole stack of nodes (like movestone), not just one. +* sound: The sound to make. "mesecons" for the mesecons piston sounds, "digilines" for the digilines piston sounds (default), or "none" for no sounds at all. How to use the digilines movestone: Commands for this node are in the form of a table, with the field "command" set to the desired action, and other fields providing parameters. |