Skip to content

mgrosseh/mired

Repository files navigation

MIRED

Adds various redstone components designed around analog signals. They aim to improve compactness and timings of complex redstone builds. Especially useful for e.g. automation with create.

Dependencies

  • NeoForge for Minecraft 1.21.1
  • Create (6.0.10)

Additions

Encased Redstone

Like redstone but as a block, e.g. vertical (and more).

Comes in 3 variants: Andesite, Copper and Brass.

Each variant looks like the respective casing, but each face has a redstone connector. Right-clicking a face with a wrench disables (toggles on/off) this face's connector, which means no redstone from this direction will connect, power or be powered by blocks in this direction. Pressing Create's Alt Modifier while right-clicking a face will toggle the face behind/oposite of the block, to toggle otherwise unreachable faces.

This allows to create parallel redstone cables or very compact logic with interwoven Encased Redstone.

I plan to make them connect textures with the other casings, but this currently does not work.

Analog Computator

Select computation mode (add, subtract, multiply, divide) and output = side-input <> back-input where <> is the chosen computation mode.

Analog SR Latch

Vaguely similar to create's Redstone Latch; when powered from either side it will store the analog signal provided from behind, it comes in two modes:

  • (default) continuous: as long as a signal is provided to either side, the stored value updates with its input
  • on rising edge: only updates the input provided from the back once -- to store a new value, discontinue power to the side and power it again.

Analog Inverter

Inverts the analog signal provied from behind, that is: output = 15 - input.

Analog Gate

Integer selector ranging from 0 to 15. Only outputs, if the input signal is greater than or equal to the selected integer. Right-clicking, cycles different modes.

Current modes: greater than or equal and less than or equal.

Maybe planned modes: (<, <=, =, >= and >); I will test how this feels first (since these can be built from the <= and >= modes).

Measuring Redstone Link

Works identical to redstone links in receive mode. However in transmit mode, it will not react to any redstone inputs, instead on certain blocks (same as comparator) it will behave like a comparator that is reading the analog signal of that block and sending it into a redstone link of that frequency. This can make certain builds possible (like on cars / planes with little space) or prettier (e.g. Aeronautics Steering Wheel requires a lot of restrictive building to make comparators invisible). It also enables placing them above or below a block.

Also works through blocks.

About

Made by Mirandnyan.

Special thanks to Frizi who has helped me bug-fixing and helped with some features.

No AI used to make this mod.

About

Minecraft analog redstone by Mirandnyan

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors