-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Mathieu Lomax edited this page Jul 25, 2019
·
10 revisions
Welcome to the WireMod wiki!
This wiki will contain details for all of the devices currently offered by WireMod, as well as explaining some of the mechanics involved.
All logic gates, sensors, mathematical operators etc. are collectively referred to as Devices
.
Each device has any number of Pins
, which are colour-coded as such:
Colour | Meaning |
---|---|
Yellow | Input |
Blue | Output |
Green | Filter |
Each Input
pin can be connected to only one Output
pin, whereas an Output
pin can be connected to any number of Input
pins.
Devices are connected together with Wires
, but these are different from the pre-existing wires included in the Vanilla game.
Wires are colour-coded by data type, as such:
Colour | Meaning |
---|---|
White | No data |
Red | Boolean (false) |
Green | Boolean (true) |
Yellow | Integer |
Blue | String |