Advertisement
Koridev

Untitled

Mar 30th, 2025 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local me = peripheral.wrap("top")
  2. if me and me.getCraftingCPUs then
  3. local cpus = me.getCraftingCPUs() or {}
  4. print("Anzahl CPUs:", #cpus)
  5. else
  6. print("Keine getCraftingCPUs-Funktion gefunden oder meBridge nicht vorhanden.")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement