stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

Redstone Pen

A Minecraft (Java Edition) mod adding a pen to draw Redstone tracks more accurately. Inspired by the Redstone Paste mod.

Distribution file download

Main distribution channels for this mod:

Description

Adds "one pen to draw them all" - and helps with simpler Redstone handling.

Redstone Quill and Pen Items

Craft and use them to draw or remove thin Redstone Tracks. Multiple independent tracks through one block space are possible. There are two versions:

Block Signal Connectors

Especially for compact wiring it is desirable to decide weather a Track shall power the block underneath or not. Therefore the Pen-Tracks do normally NOT connect to the block they are drawn on. To change this, simply add an explicit connector by clicking the centre of a Track with a Pen (see the round blob in the image). Tracks do intentionally not pass indirect power (through blocks) to other Tracks, so you can power said blocks from independent routes without interferences:

Redstone Relays

Relays are like redstone powered "solenoids" that move builtin Redstone Torches back or forth, so that they re-power ("re-lay") Redstone signals to 15. They can be placed on solid faces in all directions. Output is only to the front, inputs are at all sides except from above. The internal mechanics ("relay types") define what happens at the output side when the input signals change (relay, invert, flip etc). Relays also detect indirect power from blocks they are placed on, and can therfore be used to pass Track signals through blocks.

Redstone Logic Control

Simplified PLC-like, text code based signal controller. Details are in a in the documentation here;

Recipes