← Назад к ресурсам

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.

Modrinth technology utility

Описание

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.](https://cdn.modrinth.com/data/cached_images/9c8e276ed3ea27d0d2003b208ede00aafd37c3bb.png) 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](https://cdn.modrinth.com/data/cached_images/8e2298cce6e196119581a79ca1afcf6a83db8404.png) 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](https://cdn.modrinth.com/data/cached_images/d73f22bc4c90db5ea3e50366b30355f607a6d6ae.png) 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](https://cdn.modrinth.com/data/cached_images/4f4eba9ecb06302c041f57c2fda9b79e7aedec52.png) 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](https://cdn.modrinth.com/data/cached_images/d8d518def9011159391aafbf76dc0d6b723a410c.png) 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: (``); I will test how this feels first (since these can be built from the `=` modes). ## Measuring Redstone Link ![Looks like a Redstone Link from Create, but its purple](https://cdn.modrinth.com/data/cached_images/76e19df66b5bb0a264d69e097046d14fa5eb2d14.png) 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).