Skip to content

Wireless Redstone Properties

ali4z edited this page Sep 8, 2012 · 1 revision

Wireless Redstone Properties

Wireless Redstone

WirelessRedstone.Log.Level

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

WirelessRedstone.Receiver.ID

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

WirelessRedstone.Transmitter.ID

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

Power Configurator

WirelessRedstone.PowerConfigurator.ID

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

Wireless Sniffer

WirelessRedstone.Sniffer.ID

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

Wireless Remote

WirelessRedstone.Remote.ID

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

WirelessRedstone.Remote.Durability

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

WirelessRedstone.Remote.PulseDurration

(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

WirelessRedstone.Remote.MaxPulseThreads

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

WirelessRedstone.Remote.PulseKey

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)

Wireless Triangulator

WirelessRedstone.Triangulator.ID

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

Wireless Clocker

WirelessRedstone.Clocker.ID

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