Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local me = peripheral.wrap("top")
- if me and me.getCraftingCPUs then
- local cpus = me.getCraftingCPUs() or {}
- print("Anzahl CPUs:", #cpus)
- else
- print("Keine getCraftingCPUs-Funktion gefunden oder meBridge nicht vorhanden.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement