Customizable EEPROM for OpenComputers systems
Create Your Own Firmware for OpenComputer's Memory Chips
This modification unlocks new possibilities for computer system enthusiasts in Minecraft, enabling the creation and installation of custom EEPROM chips for OpenComputers components.
Simple Configuration Process
To add your own firmware, follow these steps:
- Create a directory named "openeeprom" in the mods folder
- Inside this folder, create a subfolder "lua" where your EEPROM chips will be stored
- Each chip must have its own directory with a unique name
EEPROM File Requirements
Each persistent memory block must contain two main files:
File code.lua - contains the executable chip firmware code File .eeprom.cfg - contains configuration parameters, including the device name
To configure .eeprom.cfg, you can use any text editor, for example, notepad. Specify the "name=" parameter with your desired chip name.
This system provides unlimited possibilities for computer programming and in-game automation.