maxsar

chest check

Apr 15th, 2021 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. modem = peripheral.wrap( "top" );
  2. chest = peripheral.wrap( "right" );
  3.  
  4. while true do
  5. modem.transmit(14, 0, chest.list());
  6. sleep(1);
  7. end
Add Comment
Please, Sign In to add comment