#(playatdark) redstone wire mechanism
11 messages · Page 1 of 1 (latest)
(playatdark) redstone wire mechanism
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
!m sides
Sets the list of heights for a wall block, or connections for a redstone wire, in order North|East|South|West|Vertical.
For wall blocks: For n/e/s/w, can be "tall", "low", or "none". For vertical, can be "tall" or "none".
For redstone wires: For n/e/s/w, can be "none", "side", or "up". No vertical.
MaterialTag
ElementTag
<MaterialTag.sides> Returns the list of heights for a wall block, or connections for a redstone wi...
!debug
If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!
you have to provide 4 values for the sides of the redstone wire like none|side|none|side
This is the answer. Thank you.
You must provide all 4 none|side|none|side
Example here:
redstone_wire[power=5;sides=none|side|none|none]
np