Advertisement
Rezokar

ThingyForMC

Aug 7th, 2022 (edited)
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local core = peripheral.find("draconic_rf_storage")
  2. while core do
  3. os.sleep(0.2)
  4. print(core.getTransferPerTick())
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement