Advertisement
Guest User

Joystick = button.3dm

a guest
Apr 10th, 2018
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. {
  2. label = "Computer ON",
  3. emitRedstone = true,
  4. buttonMode = true,
  5. shapes = {
  6. { 6,5,12,11,6,14,texture = "wool_colored_white", tint = 0x222222 },
  7. { 5,6,12,6,11,14,texture = "wool_colored_white", tint = 0x222222 },
  8. { 6,6,12,7,7,14,texture = "wool_colored_white", tint = 0x222222 },
  9. { 7,6,12,10,11,13,texture = "wool_colored_white", tint = 0x444444 },
  10. { 7,6,13,12,11,14,texture = "wool_colored_white", tint = 0x222222 },
  11. { 10,6,12,12,7,14,texture = "wool_colored_white", tint = 0x222222 },
  12. { 6,7,12,11,10,13,texture = "wool_colored_white", tint = 0x444444 },
  13. { 6,7,13,11,12,14,texture = "wool_colored_white", tint = 0x222222 },
  14. { 8,7,14,9,10,16,texture = "wool_colored_white", tint = 0x222222 },
  15. { 11,7,12,12,11,14,texture = "wool_colored_white", tint = 0x222222 },
  16. { 7,8,14,10,9,16,texture = "wool_colored_white", tint = 0x222222 },
  17. { 6,10,12,7,12,14,texture = "wool_colored_white", tint = 0x222222 },
  18. { 10,10,12,12,11,14,texture = "wool_colored_white", tint = 0x222222 },
  19. { 7,11,12,11,12,14,texture = "wool_colored_white", tint = 0x222222 },
  20. { 7,13,15,9,16,16,texture = "wool_colored_white", tint = 0x222222 },
  21. { 6,14,15,10,16,16,texture = "wool_colored_white", tint = 0x222222 },
  22.  
  23. { 8,4,12,13,5,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  24. { 7,5,12,8,10,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  25. { 8,5,12,9,6,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  26. { 9,5,12,12,10,13,texture = "wool_colored_white", tint = 0x444444, state = true },
  27. { 9,5,13,14,10,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  28. { 12,5,12,14,6,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  29. { 8,6,12,13,9,13,texture = "wool_colored_white", tint = 0x444444, state = true },
  30. { 8,6,13,13,11,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  31. { 13,6,12,14,10,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  32. { 8,7,14,9,10,16,texture = "wool_colored_white", tint = 0x222222, state = true },
  33. { 7,8,14,10,9,16,texture = "wool_colored_white", tint = 0x222222, state = true },
  34. { 8,9,12,9,10,16,texture = "wool_colored_white", tint = 0x222222, state = true },
  35. { 12,9,12,14,10,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  36. { 8,10,12,13,11,14,texture = "wool_colored_white", tint = 0x222222, state = true },
  37. { 7,13,15,9,16,16,texture = "wool_colored_white", tint = 0x222222, state = true },
  38. { 6,14,15,10,16,16,texture = "wool_colored_white", tint = 0x222222, state = true },
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement