Changes:
- Fixed wires accidentally powering the blocks behind gates when the wire and gate are at a corner inside the same block.
- Fixed wires sometimes not detecting gates as blockage.
- Added Standing Red Alloy Wire.
- Added Standing Insulated Wires.
- Added Standing Bundled Cables.
- Added
wire_gate_connectable
tag for blocks that should only be connected to on the sides and not the top or bottom (#44).
Changes:
- Added
ignoreCornerBlockage
config option that causes wires to always connect around exterior corners if enabled. - Made part drops more predictable and less likely to get stuck in things (#42).
Wired Redstone v0.6.1+1.19.4
Wired Redstone version 0.6.1 for Minecraft 1.19.4
Changes:
- Fixed rare crash caused by unintentional recursive updates.
- Improved gate input hitboxes.
- Re-enabled ComputerCraft integration.
- Made bundled cables emit fewer block updates.
- Fixed Redstone Assembler trying to place with invalid orientations.
Wired Redstone v0.4.16+1.19.2
Wired Redstone version 0.4.16 for Minecraft 1.19.2
Changes:
- Added config option to switch version checking and config syncing to happen in the
PLAY
networking phase instead of theLOGIN
networking phase for improved proxy compatibility. - Added config option to disable version checking and config syncing entirely.
- Cleaned up log messages to be more readable.
- Cleaned up gradle and prevented runtime dependencies from leaking into others' projects when they depend on Wired Redstone.
Wired Redstone v0.3.11+1.18.2
Wired Redstone version 0.3.11 for Minecraft 1.18.2
Changes:
- Adds a config file at
config/wiredredstone/common.json5
for configuring things needed on both clients and servers.- This config allows users to configure many of the values of the Redstone Assembler, including its energy capacity.
- Added config option to switch version checking and config syncing to happen in the
PLAY
networking phase instead of theLOGIN
networking phase for improved proxy compatibility. - Added config option to disable version checking and config syncing entirely.
- Cleans up status log messages to be more readable.
Wired Redstone v0.4.15+1.19.2
Wired Redstone version 0.4.15 for Minecraft 1.19.2
Changes:
- Fixes method naming conflict with LMP 0.8.1.
- Allows wire bounding-boxes to overlap, as the overlap-avoidance code was more trouble than it was worth.
- Adds a config file at
config/wiredredstone/common.json5
for configuring things needed on both clients and servers.- This config allows users to configure many of the values of the Redstone Assembler, including its energy capacity.
- Updates LMP to v
0.8.1
.