Skip to content
Mathieu Lomax edited this page Jul 25, 2019 · 10 revisions

Intro

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.

Basic Concepts

All logic gates, sensors, mathematical operators etc. are collectively referred to as Devices.

Pins

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.

Wires

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