OpenStuff 🧠⚙️
OpenStuff is a Minecraft 1.16 mod that extends OpenComputers (1.16 port) with a smart armor directly programmable in Lua.
✨ Features
- 🛡️ Armor crafted from Netherite armor
- 📟 Access to a graphical interface via the
Okey - 🧩 Custom Lua component (
component.armor) accessible from OpenOS - 💡 Armor light dynamically changeable via Lua script
🔧 Dependencies
- Minecraft
1.16.x - Forge
36.x(MC 1.16.5) - OpenComputers (KosmosPrime fork)
💻 Lua API
Once inside OpenOS with the armor running, use:
local armor = component.armor
-- Example of light control (if exposed by you later)
armor.setLight(0x00FF00) -- Bright green
print(string.format("Current light: %06X", armor.getLight()))
👤 Author
Mod developed by @Grahmindol License: MIT

