Redstone Pen

Quick rating

Redstone Pen

No reviews yet

Adds a pen to draw Redstone selectively and optimized, as well as signal repeating relays, and a Redstone logic controller.

Industrial
No Genre
In-Game Programming
Redstone Improvements
Development: Abandoned
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
redstonepen-1.21.1-fabric-1.11.43.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

[[--- Retiring ---]]

Hey Ladies and guys, I'm slowly but steadily retiring from my modding hobby, so the mod is EOL and will not be under active development as of MC1.21.1. Checkout the references section below for alternative mods created by the community, and I'd be glad to see if some of the mod features are re-used somewhere. Cheer's, WilE.

[ Note: The first Fabric version of the mod is for Minecraft 1.19. Files are then named redstonepen-<minecraftversion>-<forge/fabric>-<modversion>.jar ].


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

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:

Block Signal Connector

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:

- The Redstone Quill uses Redstone dust directly from your inventory.

- The Redstone Pen stores Redstone in the item, and can be refilled in the crafting grid with Redstone Dust or Redstone Blocks.

- Both allow to inspect the current signal of a block, track, wire, or device by sneaking while you hold the pen/quill and look at the block of interest.

- Both do not destroy blocks when left-clicking, except blocks with no hardness (like grass, repeaters, or comparators).

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.

2021-04-18-relays.png

- Redstone Relay: Straight forward Input-On-Output-On relay. Different from a Repeater it has no switch-on delay, but instead a switch-off delay of one tick (redstone-tick=100ms). 

- Inverted Redstone Relay:  Input-On-Output-Off relay. Switch-on delay 1 tick, no off delay.

- Bi-Stable Redstone Relay: Flips when detecting a off-to-on transition at the input ("rising edge"; input off->on --> output changes).

- Pulse Redstone Relay: Emits a short pulse at the output side when detecting a off-to-on transition at the input ("rising edge").

- Bridging Relay: A Redstone Relay allowing to cross tracks. It forwards power back to front like a normal Relay, and has an additional independent wire left-to-right.

- Redstone Logic Controller: PLC-like redstone signal I/O block. Programming is simplified with math expression assignments, e.g. "R = G AND (Y OR B OR U XOR D)"  or "Y = (G > 4) AND (B <= R)". Ports are in all directions (lateral by color: R,G,B,Y, vertical (U=up, D=down), and support "comparator override" input modes. Provided elements known from PLCs are timers (TON, TOFF, TP), edge triggers, counters, arithmetic functions like minimum, maximum, mean, limiting, and some auxiliary functions like game time (ticks) day time, random number, inline conditional (R = IF(condition, true-value, false-value) ), etc. Brief help reference is included as tooltips at the left side of the GUI. More details and examples about the RLC on the github here.

Recipes

Quill recipe

 

Pen recipe

2021-04-18-relay-recipe1.png

 

References

- Discord: As a platform for community exchange, the Redstone Pen has a channel on the Modded Redstone Discord server (ty Oka/Aerotactics for providing and moderating this).

- The mod is inspired by the 1.12 Redstone Paste mod (bit different, okay, but I was simply missing the Paste in 1.13+).

- Thanks to tryaq for the Pen item model design!

- Wege has made a resource pack with really stylish textures for the Redstone Pen mod, take a look here.

- Brief Intro/How-To posted on the Tube here:

 

Current mod list by me: Engineer's Decor, Gauges and Switches, Engineer's ToolsAnthill Inside, Redstone Pen, WilE's Collection

Redstone Pen

A Minecraft (Java Edition) mod adding a pen to draw Redstone tracks more accurately. Inspired by the Redstone Paste 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:

  • The Redstone Quill uses Redstone dust directly from your inventory.

  • The Redstone Pen stores Redstone in the item, and can be refilled in the crafting grid with Redstone Dust or Redstone Blocks.

  • Both allow to inspect the current signal of a block, track, wire, or device by sneaking while you hold the pen/quill and look at the block of interest.

  • Both do not destroy blocks when left-clicking, except blocks with no hardness (like grass, repeaters, or comparators).

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 Relay: Straight forward Input-On-Output-On relay. Different from a Repeater it has no switch-on delay, but instead a switch-off delay of one tick (redstone-tick=100ms).

  • Inverted Redstone Relay: Input-On-Output-Off relay. Switch-on delay 1 tick, no off delay.

  • Bi-Stable Redstone Relay: Flips when detecting a off-to-on transition at the input ("rising edge"; input off->on --> output changes).

  • Pulse Redstone Relay: Emits a short pulse at the output side when detecting a off-to-on transition at the input ("rising edge").

  • Bridging Relay: A Redstone Relay allowing to cross tracks. It forwards power back to front like a normal Relay, and has an additional independent wire left-to-right.

Redstone Logic Control

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

Community and References

Discord: As a platform for community exchange, the Redstone Pen has a channel on the Modded Redstone Discord server (ty Oka/Aerotactics for providing and moderating this).

Screenshots

Gallery

  • RLC keypad example
    RLC keypad example
  • Redstone Logic Controller - GUI
    Redstone Logic Controller - GUI
  • Redstone Logic Controller - Block
    Redstone Logic Controller - Block
  • Bridging Relay wall mount
    Bridging Relay wall mount
  • Bridging Relay
    Bridging Relay
  • Relay Recipes
    Relay Recipes
  • Pen/Quill 3rd person
    Pen/Quill 3rd person
  • Overview Relays
    Overview Relays
  • Quill Recipe
    Quill Recipe
  • Pen Recipe
    Pen Recipe
  • Block Signal Connector
    Block Signal Connector
  • Example track routing
    Example track routing

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

20.1m
Total Downloads
CurseForge
19.8m
Modrinth
~330,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works