Redstone Machines
A Minecraft Bedrock addon that adds compact, programmable-style redstone components for building more advanced circuits.
📺 Redstone LCD
The LCD block reads the redstone signal powering it and changes its display accordingly.
- Signals 0-9 display their corresponding number.
- Signals 10-15 have special display states.
- Automatically updates when the input signal changes.
- Multiple LCD blocks can be combined to create larger numerical displays.
🔢 Incrementor
The Incrementor is a redstone counter with a range of 0-15.
- Signal 15 → increments the counter by 1.
- Signal 14 → decrements the counter by 1.
- Only the front-facing input is used.
- Requires the signal to drop before another increment/decrement can occur.
- Counter is clamped between 0 and 15.
- Outputs its current counter value as a redstone signal.
This allows you to build things such as counters, displays, logic systems, timers, and other custom redstone machines.
⚙️ Designed for Bedrock Edition
Built specifically around Minecraft Bedrock's Script API and custom block components.
Minecraft Bedrock Edition only.

