Wired Redstone
![]()
About the Project
Wired Redstone is a Minecraft modification that expands the capabilities of standard redstone mechanics by adding wires and various components for creating complex electrical circuits. The project is currently in beta testing, so bugs, missing elements, and the need to use commands to fix issues may occur. Regular world backups are recommended.
Key Features
This mod is based on RSWires by 2xsaiko but represents a complete overhaul with significant improvements:
- Uses the LibMultiPart system for multi-component wires, providing better compatibility with other mods and allowing multiple wire types in one block
- Supports analog signals for transmitting more complex information
- Wires can be blocked by other blocks, allowing control over their connections
- Significantly optimized wire handling system
- Added logic gates for creating complex circuits
Development Images
Here's an example from the development world:
Crafting and Recipes
Starting from version 0.3.0, survival recipes have been added. Most circuit components are crafted using a special machine - the Redstone Assembler. Assembler recipes are displayed in REI and EMI.
The Redstone Assembler is crafted on a regular workbench:
Redstone Alloy Ingots are crafted in the Redstone Assembler:
Wires can be crafted from the alloy:
Or insulated wires:
Compatibility with Other Mods
Wired Redstone integrates with CC: Restitched, EMI, REI, and WTHIT.
CC: Restitched
Wired Redstone bundled cables can connect to CC: Restitched computers, allowing them to send and receive bundled signals.
EMI and REI
Wired Redstone machines support recipe display in both mods for crafting.
WTHIT
Many Wired Redstone gates and wires display additional information in the WTHIT interface.
Known Issues
- Complete incompatibility with Immersive Portals
- Server crashes may cause wires to malfunction - they may appear disconnected or refuse to connect in certain areas. The issue can be resolved by replacing wires or using the
/graphlib updateblocks <from-x> <from-y> <from-z> <to-x> <to-y> <to-z>command for server operators
Technical Foundation
Wired Redstone uses GraphLib to manage wire connections. If wire behavior seems strange, GraphLib commands can be used:
/graphlib <sub-command>
License
The mod is distributed under the MIT license, allowing free distribution, creation of derivative versions, and inclusion in modpacks.