promotional bannermobile promotional banner
premium banner
This mod allow you to add custom EEPROM to OpenComputer

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

  1. Inside your Minecraft mods/ folder, create a new folder named:

    openeeprom
  2. Inside openeeprom, create another folder called:

    lua
  3. Inside 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.cfg
  4. Each 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