data_setter - GilbertzRivi/CrazyAE2Addons GitHub Wiki
Data Setter
The Data Setter is a simple redstone-driven block that sets a specific data variable to a chosen value when it receives a redstone pulse.
How to Use
- Place the block and connect it to an ME network with a Data Controller.
- Right-click to open the GUI.
- Enter:
- The name of the variable to set.
- The value to assign (must be an integer).
- Provide a redstone pulse to the block.
- On the rising edge of the pulse, the variable will be stored in the controller with your value.
Example Use Cases
- Triggering logic chains using buttons or levers.
- Sending state signals like "armed" = 1 to Displays or Processors.
- Timed logic using clocks and counters.
Only works when a valid ME Data Controller is present in the network.