CREATE COMPLEX MACHINES
USE DIGITAL PROCESSORS
OR JUST ENJOY
RS Logical introduces essential logic gates, binary blocks, and wireless capabilities to your creations. This mod allows you to simulate all the functions of a logic processor within your Minecraft world.
This mod includes:
- Binary block
- OR gate
- AND gate
- XOR gate
- NOT gate
- Logic signal to redstone (as tester)
- Linking Tool
- Memory binary block (NEW!)
-
Memory Controller (NEW!)
USING BINARY BLOCKS
Binary blocks have two states - On and Off (represented by 1 and 0). You can toggle between these states using direct redstone signals or the output of a logic gate. When in the Off state (0), the binary block displays as BLUE, and when in the On state (1), it shows as RED.
USING LOGIC GATES
Logic gates feature two inputs (excluding the "NOT" gate, which has one input). The logic gate's symbol is displayed on the upper side. Refer to TRUTH TABLES for detailed information on their operations.
USING TESTER
When a binary block or a logic gate faces a tester and is activated, the tester will turn on, generating redstone power.
USING LINKING TOOL
By right-clicking on a binary block or a logic gate with the linking tool, you can save its coordinates (referred to as the sender). Clicking on another binary block with saved coordinates will link it as the receiver. When the sender block is activated, the receiver block will mirror its state.
USING MEMORY CONTROLLER
The memory controller features a single input and output. The output is exclusively designed to connect to a memory binary block. When the memory controller receives a redstone signal, it can alter its state. The state of the memory controller is dependent on the state of the block positioned behind it.
USING MEMORY BINARY BLOCKS
These blocks function similarly to standard binary blocks but with a unique restriction: they can only transition between states when influenced by a memory controller.