maksim789456

prog.lua

Apr 15th, 2022
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. legth = 36;
  2. width = 16;
  3. heigh = 5;
  4.  
  5. if (turtle.getFuelLevel() == 0) then
  6.     print("Fuel level low!");
  7.     print("Enter slot number with fuel:");
  8.     fuelSlot = io.read("*n");
  9.  
  10. end
  11.  
  12. for curHeight = 1, heigh, 1 do
  13.    
  14. end
Advertisement
Add Comment
Please, Sign In to add comment