Wired Redstone v0.3.3+1.18.2
Wired Redstone version 0.3.3 for Minecraft 1.18.2
Changes:
- Changes versioning scheme to incorporate Minecraft version.
- Adds block tags that force wires to connect to a block or not connect to a block.
- The block tags are
wiredredstone:wire_force_connectable
andwiredredstone:wire_force_not_connectable
to force wires to connect to a block or to not connect to a block respectively.
- The block tags are
Wired Redstone v0.3.2
Wired Redstone version 0.3.2 for Minecraft 1.18.2
Changes:
- Adds text overlays to gates that indicate things like port names and repeaters' delay. These are visible when looking at a gate and crouching.
- Fixed issue where bundled cables would only accept so many
1
signals from a CC: Restitched computer.
Wired Redstone v0.3.0
Wired Redstone version 0.3.0 for Minecraft 1.18.2
Changes:
- Crafting Recipes!
- Adds the Redstone Assembler which is used for crafting many of the items from this mod. The Redstone Assembler can also be used as an auto-crafting-table, when used in crafting-table mode.
- The Redstone Assembler should also work with most special crafting-recipes (has been tested with map-cloning).
- The Redstone Assembler also has REI & EMI support.
- Updates GraphLib to v0.2.4+1.18.2.
Wired Redstone v0.2.10
Wired Redstone version 0.2.10 for Minecraft 1.18.2
Changes:
- Adds integration with CC: Restitched, allowing bundled cables to be read and written to using computers.
- Allows insulated wires to be powered by the block they're sitting on.
- Insulated wires needed to be able to power the block underneath them, because there needed to be some way to power blocks weakly. Only allowing insulated wires to power blocks beneath them but not be powered by those blocks felt inconsistent.
- Makes sure all client-side networking is initialized before connecting to a server.
Wired Redstone v0.2.9
Wired Redstone version 0.2.9 for Minecraft 1.18.2
Changes:
- Fixes bug where if repeaters were powered for exactly the wrong amount of time, their output would never turn on.
- Updates GraphLib, making it usable on Windows.
- Updates LibMultiPart to hopefully try and fix a bug where its block-entities were getting loaded too early.
Wired Redstone v0.2.3
Wired Redstone version 0.2.3 for Minecraft 1.18.2
Changes:
- Changes homepage to point to the Modrinth page.
- Re-texture gates to look a little less clunky.
Wired Redstone v0.2.1
Wired Redstone version 0.2.1 for Minecraft 1.18.2
Changes:
- Wires recalculate when they are loaded, meaning that loading worlds from older versions should just work now. This also means that world-edit should just work as well, without the need for any commands.
Wired Redstone v0.2.0
Wired Redstone version 0.2.0 for Minecraft 1.18.2
Changes:
- MAJOR UPDATE Changes how wire networks are saved. All existing wires will not function until they are updated with
a command. Use the command
\graphlib updateblocks <from> <to>
to update the wires in a given area. - The change allows for improved CPU usage and decreased memory usage.
- Makes uncolored bundled cable use wool sounds and particle effects.