Skip to content

Instantly share code, notes, and snippets.

@FiegenbaumMC
FiegenbaumMC / AE2.lua
Last active July 17, 2025 17:41 — forked from nguyen-vh/Ultimate CCxMINECOLONY.lua
Minecolonies x ComputerCraft (CC:Tweaked) x Advanced Peripherals x ME/RS script to automatically fulfill open work requests
-- ME Monitor für ATM10 - Nur funktionierende API-Calls
-- Basiert auf Debug-Ergebnissen: getEnergyUsage und getCraftingCPUs funktionieren
local me = peripheral.wrap("bottom")
local monitor = peripheral.wrap("left")
local output = monitor or term
if not me then
print("Error: No ME Bridge found!")
return