MC1110
| About | |
|---|---|
| ID | MC1110 |
| Self Triggered | No |
| Clickable | No |
| Input | Yes |
| Output | Yes |
| Rail | No |
| First line | WIRELESS TRANSMITTER |
| Second line | [MC1110] |
| Third line | shortband |
| Fourth line | wideband |
| Craftbook Page | |
Craftbook IC that transmits a wireless redstone signal on a given shortband, and optionally only under a specific wideband.
Details
- Second line
- [MC1110]
- Third line
- Specifies the shortband to transmit on
- Fourth line (optional)
- Specifies the wideband to transmit on. This acts like a namespace for the shortband. Allows you to pick readable names for your shortband while not interfering / being interfered with.
- You can place "uuid" as the wideband, and it will replace it with your UUID. Your UUID is too long for a normal player to type on the sign, therefore no one other than you is able to transmit on your wideband, meaning that no one can interfere, maliciously or otherwise.
The transmitter is activated by a redstone signal fed into the Wall Sign block. The signal must be from the front or either side; a signal from above or below the Wall Sign does not activate it.
Examples
[MC1110] example
Creates a receiver on the shortband named "example."
[MC1110] example something
Creates a receiver on the shortband named "example" and the wideband named "something." This wideband is not secure, so someone else could make a wireless transmitter to interfere with it!
[MC1110] example uuid
Creates a receiver on the shortband named "example." After being placed, the wideband would change to your uuid (let's say like db016394-e9a9-4026-ac7c-bbd75dc2dbf1 for example), making your receiver secure from other players trying to interfere with it.
Notable and Practical Uses
This IC is particularly useful when wanting to receive redstone signals over long distances, or when you might want to have multiple outputs of that same signal at different locations. For smaller distances of receiving wireless signals the Trigger Reader would be a more practical option.
See Also
- MC1111 - Wireless Receiver