Description
π¦ OpenEEPROM
OpenEEPROM is a small extension for OpenComputers that allows you to add custom EEPROMs easily.
π§° How It Works
This mod lets you load EEPROMs from the filesystem instead of writing them in-game. Perfect for preconfigured BIOS or bootloaders.
π Installation & Usage
Inside your Minecraft
mods/folder, create a new folder named:openeepromInside
openeeprom, create another folder called:luaInside
lua, create one folder per EEPROM, using the desired EEPROM's name as the folder name.Example structure:
mods/ βββ openeeprom/ βββ lua/ βββ MyEEPROM/ βββ code.lua βββ .eeprom.cfgEach EEPROM folder must contain:
code.luaβ the actual Lua code for the EEPROM.eeprom.cfgβ a config file that defines the EEPROM's display name
π EEPROM Config File
Open .eeprom.cfg with a text editor (e.g., Notepad) and add:
name=NameOfEEPROM
This defines how the EEPROM appears in OpenComputers.
π Notes
- You can include multiple EEPROM folders.
- Ideal for custom bootloaders, BIOS, or debug tools.
π€ Author
Project by @Grahmindol
License: MIT


