-
Notifications
You must be signed in to change notification settings - Fork 2
Wireless Redstone Properties
Wireless Redstone Properties
Sets the logging level which filters what messages are to be written to the log file.
Accepted values:
DEBUG: Displays all messages
INFO: Display only informational messages. Also includes WARNING and ERROR messages.
WARNING: Display only warning messages, which are errors which are not fatal. Also includes ERROR messages.
ERROR: Display only fatal error messages.
Default value: INFO
Sets the Block ID value for the Wireless Receiver block.
Accepted values:
Integer numbers which fits within the Minecraft block ID pool. Will be between 0-255 if unmodified.
Default value: 127
Sets the Block ID value for the Wireless Transmitter block.
Accepted values:
Integer numbers which fits within the Minecraft block ID pool. Will be between 0-255 if unmodified.
Default value: 126
Sets the Item ID value for the Power Configurator item.
Accepted values:
Integer numbers which fits within the Minecraft item ID pool. Will be between 255-31999 if unmodified.
Default value: 6243
Sets the Item ID value for the Wireless Sniffer item.
Accepted values:
Integer numbers which fits within the Minecraft item ID pool. Will be between 255-31999 if unmodified.
Default value: 6244
Sets the Item ID value for the Wireless Remote item.
Accepted values:
Integer numbers which fits within the Minecraft item ID pool. Will be between 255-31999 if unmodified.
Default value: 6245
Toggles whether or not using the remote will cause durability degradation.
Accepted values:
Boolean value.
true: Using the remote will cause it's durability to degrade.
false: Using the remote will NOT cause durability degradation.
Default value: true
(Property name typo is valid, will be fixed)
Sets the amount of time, in milliseconds (1s = 1000ms), the remote will pulse the frequency with a signal for.
Accepted values:
Long value (64-bit). Valid values span from 0 to 9223372036854775807 (almost 3000 years). Although keeping the value above 200 (1/5 of a seconds) is advised because of how the Minecraft world loads.
Default value: 1000
Sets the amount of simultaneous remote threads that are to be allowed to run at any given time.
In practice this number represents how many remotes are allowed to transmit at the same time.
Accepted values:
Integer value (32-bit). Must be over 1 for the remote to even function.
Default value: 10
Sets the shortcut key that is bound to the remote to make it pulse.
Accepted values:
Integer value (32-bit).
[http://www.minecraftwiki.net/wiki/Key_Codes Uses the LWJGL Key mapping]
Default value: 25 (P)
Sets the Item ID value for the Wireless Triangulator item.
Accepted values:
Integer numbers which fits within the Minecraft item ID pool. Will be between 255-31999 if unmodified.
Default value: 6246
Sets the Block ID value for the Wireless Clocker block.
Accepted values:
Integer numbers which fits within the Minecraft block ID pool. Will be between 0-255 if unmodified.
Default value: 128