Loading...
Beta Modpages Unclaimed

Redstone Pen

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

0 Likes
3500315 Downloads
Created by wilechaote

Description

[ 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.

- 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

 


 

 

 

References

- 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

 

 


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Gauges and Switches

Adds buttons, levers, plates, timers, detectors, sensors, gauges and lamps. Configurable and wirelessly linkable.

Alternate Current

An efficient and non-locational redstone dust implementation

Super Circuit Maker

Ever wanted to build custom logic gates and complex circuits? Now you can!