RS Logical
Immerse yourself in the world of digital logic and processors right in Minecraft! This mod is specifically designed for those who want to design complex machines with electronic components and wireless technologies. Now you can build a full-fledged logical processor directly in the game world!
Main Functionality
The modification includes:
- Binary blocks (main system elements)
- OR, AND, XOR, NOT logic gates
- Signal tester (redstone converter)
- Linking tool
- Memory: binary memory blocks and memory controller
How Binary Blocks Work
These blocks have two states: On (red color, value 1) and Off (blue color, value 0). States can be switched using redstone signals or outputs from logic gates.
Logic Gates System
All logic gates (except NOT) support two inputs. The gate's symbol is displayed on its top side. To understand how they work, it's recommended to study the truth tables of each element.
Signal Tester
When a tester is placed near an activated binary block or logic gate, the tester activates and begins generating redstone signal.
Wireless Communication
Using the linking tool, you can create wireless connections. Right-clicking on a block saves its coordinates as a transmitter, and the next click on another block assigns it as a receiver. When the transmitter is activated, the receiver copies its state.
Memory System
The memory controller has one input and one output, with the output designed exclusively for connection to binary memory blocks. When receiving a redstone signal, the controller can change its state depending on the block behind it.
Binary memory blocks work similarly to regular ones, but with an important limitation — they can only change state when influenced by the memory controller.