Integrated Computers
This mod serves as a bridge between two popular technical modifications for Minecraft - Integrated Dynamics and OpenComputers. With its help, you can establish interaction between these systems, expanding automation capabilities in your world.
Core Functionality
Two specialized blocks are added: a data writing module and a data reading module. These devices connect to the OpenComputers adapter, creating a reliable communication channel between the two systems.
Supported Data Types
Currently, the mod supports the transmission of the following variable types:
- Boolean values (true/false)
- Integers
- Single-precision floating point numbers
- Double-precision floating point numbers
- Text strings
Future Plans
Developers are working on adding support for lists, which will significantly expand integration capabilities between systems.