Skip to content

WireWorld

Monniasza edited this page Oct 17, 2022 · 1 revision

Wires

Conductor [W]

Turns into a head when receives 1 or 2 signals

Head

Emits a signal and then turns into a tail [H]

Tail [T]

Turns into a conductor

Gates

2 inputs

These gates receive a signal from DL and DR corners and process them into a result

AND &

Active only if both inputs are enabled

OR |

Active if any input is active

XOR \

Active if only one input is active

1 input

YES y

Provides the same signal

NOT ¬

Negates the input signal

Random if ¬

Sends a random signal, if is is turned on

Switches

Button 🔲

Emits a signal when clicked

On Switch ☑

Emits a signal. Can be toggled by a player or Block Clicking Claw

Off Switch ☐

Does not emit a signal. Can be toggled by a player or Block Clicking Claw

Emitters

Random ⚄

Emits 8 independent random signals, one for each corner and side

Uniform Random yellow ⚄

Emits a random signal in all directions

Always true ☑

Emits a true signal in all directions

World Load Detector tridents in 4 directions

Emits a signal when the world is loaded

Output devices

Speaker ⚄

Plays a sound based on configuration:

  • ONCE - when requested by a player
  • REPEAT - repeats indefinitely
  • ONCE_WHEN_POWERED - plays a sound when powered up, without stopping prematurely
  • REPEAT_WHEN_POWERED - repeats a sound when powered up, without stopping prematurely
  • ONCE_WHILE_POWERED - plays a sound when powered up, stopping prematurely after losing power
  • REPEAT_WHILE_POWERED - repeats a sound when powered up, stopping prematurely after losing power

Chatter [!]

Writes out the typed-int text when activated. Left click to change text

Lamp

Turns green if it receives signal from any side: [!]

Actuators

Creative Block Placer

Places the selected block without limits. Avaliable in Creative Mode only.

Block Clicking Claw

Clicks on a block in front of it. Does not open GUIs.

Block Rotator

Rotates block in front of it. The direction may be reversed by clicking on it manually or with a Block Clicking Claw

Clone this wiki locally