Advertisement
john_trinca

Untitled

Feb 28th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.45 KB | None | 0 0
  1. local MJohn = peripheral.wrap('monitor_30')
  2. local MAcce = peripheral.wrap('monitor_31')
  3. local MDark = peripheral.wrap('monitor_32')
  4.  
  5. --[[JOHN]]
  6.  
  7. MJohn.write("EnderChest di JOHN")
  8.  
  9. --[[ themplate
  10. term.setBackgroundColor(colors.black)
  11. MJohn.write("DESCRIZIONE")
  12. term.setBackgroundColor(colors.)
  13. MJohn.write(" ")
  14. term.setBackgroundColor(colors.)
  15. MJohn.write(" ")
  16. term.setBackgroundColor(colors.)
  17. MJohn.print(" ")
  18. ]]
  19.  
  20. term.setBackgroundColor(colors.black)
  21. MJohn.write("INPUT APPLIED")
  22. term.setBackgroundColor(colors.white)
  23. MJohn.write(" ")
  24. term.setBackgroundColor(colors.blue)
  25. MJohn.write(" ")
  26. term.setBackgroundColor(colors.white)
  27. MJohn.print(" ")
  28.  
  29. --[[ACCE]]
  30. MAcce .write("EnderChest di ACCE")
  31.  
  32. --[[ themplate
  33. term.setBackgroundColor(colors.black)
  34. MAcce.write("DESCRIZIONE")
  35. term.setBackgroundColor(colors.)
  36. MAcce.write(" ")
  37. term.setBackgroundColor(colors.)
  38. MAcce.write(" ")
  39. term.setBackgroundColor(colors.)
  40. MAcce.print(" ")
  41. ]]
  42.  
  43. --[[DARK]]
  44.  
  45. MDark.write("EnderChest di DARK")
  46.  
  47. --[[ themplate
  48. term.setBackgroundColor(colors.black)
  49. MDark.write("DESCRIZIONE")
  50. term.setBackgroundColor(colors.)
  51. MDark.write(" ")
  52. term.setBackgroundColor(colors.)
  53. MDark.write(" ")
  54. term.setBackgroundColor(colors.)
  55. MDark.print(" ")
  56. ]]
  57.  
  58. --[[MERDA
  59. write("Ogetti trovati nei colori: ")
  60. term.setBackgroundColor(b1)
  61. write(" ")
  62. term.setBackgroundColor(b2)
  63. write(" ")
  64. term.setBackgroundColor(b3)
  65. print(" ")
  66. term.setBackgroundColor(colors.black)
  67. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement