Changes:
- Fixed center-part network channels sometimes not getting registered.
Changes:
- Added XNOR gate.
- Added XOR gate.
- Fixed rendering glitch with reverse-powered AND and OR gates.
- Added Screwdriver which can be used to flip and rotate gates.
Changes:
- Fixed overlay-rendering matrix getting corrupted by other mods (looking at you Conjuring).
- Improved wire connectivity with Create components like Nixie Tubes and gates.
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:
- Improved gate rendering so gates' torches should have fewer seams.
- Made colored bundled cables use their own corner and end textures for use in resource packs.
- Made RS Latches only check inputs when needed.
- Enabled Create compatibility code.
Changes:
- Fixed visual glitch causing wires to not connect around internal corners.
Changes:
- Added catches to compat handlers.
- Excluded notes files from texture directories to prevent atlas errors.
Changes:
- Prevents crashes when Create compat code fails to load correctly.
Changes:
- Added catches for errors in mod compat code.
Changes:
- Updated to Minecraft 1.20.
- Updated GraphLib to 1.0.0.
- Added experimental power-lines.
- Added config option to configure how often wire networks are saved.
Wired Redstone v0.5.1+1.19.3
Wired Redstone version 0.5.1 for Minecraft 1.19.3
Changes:
- Fixed rare crash caused by unintentional recursive updates.
- Improved gate input hitboxes.
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.18+1.19.2
Wired Redstone version 0.4.18 for Minecraft 1.19.2
Changes:
- Fixed rare crash caused by unintentional recursive updates.
- Improved gate input hitboxes.
- Updated Create compat to support 0.5.1.
Wired Redstone v0.6.0+1.19.4
Wired Redstone version 0.6.0 for Minecraft 1.19.4
Changes:
- Updated to Minecraft 1.19.4.
Wired Redstone v0.5.0+1.19.3
Wired Redstone version 0.5.0 for Minecraft 1.19.3
Changes:
- Updated to 1.19.3.
Wired Redstone v0.4.17+1.19.2
Wired Redstone version 0.4.17 for Minecraft 1.19.2
Changes:
- Updated LMP for better WTHIT compatibility.
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
.