//27
Jump to navigation
Jump to search
| First Line | Explanation |
|---|---|
| [train] | The default mode. Sign only works when redstone power is provided |
| [+train] | Always on power mode. Signs works all the time regardless of whether redstone power is provided |
| [!train] | Inverted power mode. Sign works all the time and turns off when redstone power is provided. Works the same as [+train] when no redstone torch is used. |
| [-train] | Always off power mode. Signs don't respond to redstone power. Only useful for the switcher sign. |
| [/train] | On-pulse power mode. Signs only activate once when redstone power goes from off to on, and don't respond to trains riding over it |
| [\train] | Off-pulse power mode. Signs only activate once when redstone power goes from on to off, and don't respond to trains riding over it |
| [/\train] | Redstone change power mode. Signs only activate once when redstone power switches state, and don't respond to trains riding over it |