Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- legth = 36;
- width = 16;
- heigh = 5;
- if (turtle.getFuelLevel() == 0) then
- print("Fuel level low!");
- print("Enter slot number with fuel:");
- fuelSlot = io.read("*n");
- end
- for curHeight = 1, heigh, 1 do
- end
Advertisement
Add Comment
Please, Sign In to add comment