Перейти к содержимому
Mineforgian

Mired

Create Addon with a variety of redstone components around analog (0-15) signals. Store, calculate and compare signals, massively reducing size and complexity of redstone circuits.

Загрузки
2K
Подписчики
16
Обновлён
29 мая 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 21 мая 2026 г.

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)
  • (optional, supported) Create Aeronautics (1.2.1+)

Additions

Encased Redstone

A bunch of Encased Redstone Blocks attached to a wall. Left, Andesite; middle, above ground, Brass; right,  Copper. Some Connectors are missing preventing redstone conduction.

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

Close up of Analog Computator. Looks similar to the other Redstone Components, like Comparator and Repeater

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

Analog SR Latch

Close up of Analog Computator. Looks similar to the other Redstone Components, like Comparator and Repeater but it has an Analog Lever in the middle

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:

  • continuous: as long as a signal is provided to either side, the stored value updates with its input
  • (default) 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

Close up of Analog Computator. Looks similar to the other Redstone Components, like Comparator and Repeater

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

Analog Gate

Close up of Analog Computator. Looks similar to the other Redstone Components, like Comparator and Repeater

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

Looks like a Redstone Link from Create, but its purple

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.

Suggestions / Issues

Feel free to report any issues or give suggestions on my Github (visit Issues / Source).

Ченджлог

1.0.0Релиз1.21.1 · 29 мая 2026 г.
  • Dividing by 0 now generates random numbers "the Computator is malfunctioning" (intended)
  • Fixed Analog SR Latch not being rendered correctly in some circumstances
  • Fixed connected textures of Encased Redstone not working correctly (now works)
  • Made Analog SR Latch the creative mode tab icon

Full full-release! I have implemented all the features that I wanted to, unless some great idea comes along (feel free to suggest some in the issue tracker) I probably will not be adding any features in the near future. Only new bug fixes if they come up. I will move to make a different mod, with less scope, to play around with.

0.9.0Релиз1.21.1 · 28 мая 2026 г.
  • Fixed Computator Crashing on division mode (I cant believe I let this simple division by 0 happen)
  • Fixed Encased Redstone sometimes being powered when it shouldn't (weak power through disabled side backfeeding into it)
0.8.0Релиз1.21.1 · 27 мая 2026 г.
  • fixed Measuring Redstone Link sometimes not updating until it got a block update (now updates if signal changes)
  • added optional dependency for Simulated ("Create Aeronautics") to make their blocks compatible with Measuring Redstone Links
  • Code cleanup

This will probably be the last version for a while, since I consider this mod near finished for now.

0.7.1Релиз1.21.1 · 27 мая 2026 г.
  • Added Tooltips to Encased Redstone blocks and Analog Inverter
  • Measuring Redstone Link ponder scene: add book-insertion indicator
0.7.0Релиз1.21.1 · 26 мая 2026 г.
  • Added Ponder Scenes for Analog SR Latch, Analog Computator, Analog Gate and Measuring Redstone Link
  • Fixed bug where rotating diodes with the wrench would not update their state

Note: The Analog SR Latch is not rendered properly in the Ponder Scene (as well as other rendering environments like on Sable contraptions, I will work on it around v0.9.0)

0.6.0Релиз1.21.1 · 23 мая 2026 г.

NOTE: Do not worry. Old blocks will just work like before, only with new features (99% sure no corruption possible)!

Added wrenchable encased redstone block, "replacing" previous blocks.

Right-clicking a face with a wrench disables (toggles on/off) this face, 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.

Connected textures currently don't work.

0.5.0Релиз1.21.1 · 23 мая 2026 г.
  • Fixed models
  • Code Improvements
  • Changed recipes and added missing ones
  • Added two items, they are ingredients only: Diode Base, Computation Circuit.
  • Added Andesite and Copper Encased Redstone

If anyone liked the old recipes, I've attached a datapack that will restore them. I recommend looking at the new ones though!

0.4.0Релиз1.21.1 · 23 мая 2026 г.
  • Added 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. It also enables placing them above or below a block.

Does not work with all blocks yet (modded blocks, e.g. some Aeronautics).

Also works through blocks.

Комментарии

Загружаем…