- Added Redstone Glass, based on an /r/minecraftsuggestions post by /u/Fer9721
- Is opaque by default, becomes transparent when it receives a Redstone signal
- Will pass the Redstone signal to neighbouring Redstone Glass in all directions
- Will output its Redstone signal to a Comparator, allowing to be used as essentially omnidirectional Redstone wire
- Various refactors and renames behind the scenes
- Added Rotator - rotates the block in front of it when receiving a redstone signal. Emits a comparator signal based on the direction said block is currently facing (if property is supported). Can be right clicked to switch from Clockwise to Counter Clockwise
- Inverter can now be uninverted to act as simply a one way gate that sends the same signal level as it is receiving
- Slightly tweaked appearance of Resistor
- Added an alternate recipe for the Analog Redstone Lamp to convert from regular Redstone Lamps
- Fixed Copper Button clicks not having subtitles
- Fixed crashes related to Breaker
- Appearance of cracks on blocks being broken by Breaker should be more consistent and less janky
- We do a little cleanup
Updated to 1.18.
Added Adder - like a Counter, but instead of incrementing/decrementing 1 at a time, increments/decrements by the analog redstone signal strength it receives. Can be locked like Repeaters.
Added Inverter - inverts the analog redstone signal strength it receives. If it receives, for example, a 4, it will output 11. Can be locked like Repeaters.
Overhauled Checker - now contains 15 slots which each represent a different analog redstone signal strength. If the block in front is in, for example, slot 8, the Checker will emit a strength of 8. This allows different blocks to emit different strengths.
Counter and Resistor can now be Locked like Repeaters.
Fixed Breaker not showing breaking progress cracks in world and in its GUI.
Now uses Fabric API Oxidation registry instead of OxidizeLib.
Changed some recipes.
Copper Buttons and Pressure Plates now require Stone Tools to harvest.
Fixed various issues.