Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("libraries.asshat")
- precisaCombustivel = (turtle.getFuelLevel() ~= "unlimited")
- term.clear()
- term.setCursorPos(1,1)
- -- Só fala a parte do carvão se não tiver a configuração de combustível ilimitado
- if (precisaCombustivel) then
- writeCor("Put coal", colors.lightBlue)
- print(" in my 1st slot so I can move.\n")
- end
- writeCor("Put blocks", colors.lightBlue)
- print(" in my slots from the 2nd forward so I can build.\n")
- writeCor("Write asshatPrograms ", colors.lightBlue)
- write("to see available programs.\n\n")
- write("If I am in an unloaded chunk ")
- if (not precisaCombustivel) then
- write("or the server shuts down, ") -- Se for imprimir a parte do carvão, essa parte não cabe na tela, então ela só imprime se a do carvão não imprimir.
- end
- writeCor("I turn off.", colors.red)
- write(" If this is a problem for you, write ")
- writeCor("asshatStartup.\n", colors.lightBlue)
Add Comment
Please, Sign In to add comment