- Fixed circuits not being stored in the item when breaking the integrated circuit block #18
- Fixed adjacent blocks not being updated when placing ICs after the circuit data has been loaded
- Fixed a crash when scrolling in the circuit editor without a component selected
- Added the lever, wooden button and stone button.
- Added sounds to the circuit screen. These match the vanilla placing/breaking/interaction sounds, but are higher pitched (since circuits are smaller).
- Multiple players can now edit a circuit simultaneously.
- Fixed an issue where the circuit content would not save properly.
- Reworked the whole internal state system for circuits.
- Added the crossover component, which can be used to cross two redstone lines to work around that limitation of 2 dimensional redstone. (#7)
- It is now possible to hold down the attack or use button and drag to place multiple components faster (#5)
- Redstone torch placement now snaps to a placeable position, if the placement rotation has no supported block (#15)
- Made the transparently rendered component under the cursor snap to the circuit grid (#6)
- Updated to Minecraft 1.19.4.
- When placing components, the block placement will now be processed client side as well, and no longer only server side, making placements on high latency connections smoother.
- Fixed a behavior difference with observers (#14).
- Fixed an issue where circuits obtained with CTRL + pick-block could bob the player's hand whenever an output changes on the block entity the item was picked from.
- Added crafting recipe for crafting circuits
- Added recipe for copying circuits
- Made empty circuits show "Empty Integrated Circuit" as their name
- Show signal strength of hovered component on the top of the circuit editor
- Fixed ports not updating nearby blocks when flipping them
- Fixed port rendering to match wire rendering
- Fixed mod icon
First release
There are probably many bugs and inconsistencies with vanilla redstone. If you find any, please report them to here