Advertisement
moskovroma

info_panel

Mar 22nd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. {
  2. label = "info_panel",
  3. shapes = {
  4. { 0,0,8,16,2,16,texture = "quartz_block_side", tint = 0x111111 },
  5. { 0,2,8,2,16,16,texture = "quartz_block_side", tint = 0x111111 },
  6. }
  7. },
  8.  
  9. {
  10. label = "info_panel",
  11. shapes = {
  12. { 0,0,8,2,16,16,texture = "quartz_block_side", tint = 0x111111 },
  13. { 2,14,8,16,16,16,texture = "quartz_block_side", tint = 0x111111 },
  14. }
  15. },
  16.  
  17. {
  18. label = "info_panel",
  19. shapes = {
  20. { 0,0,8,16,2,16,texture = "quartz_block_side", tint = 0x111111 },
  21. }
  22. },
  23.  
  24. {
  25. label = "info_panel",
  26. shapes = {
  27. { 0,14,8,16,16,16,texture = "quartz_block_side", tint = 0x111111 },
  28. }
  29. },
  30.  
  31. {
  32. label = "info_panel",
  33. shapes = {
  34. { 0,0,8,16,2,16,texture = "quartz_block_side", tint = 0x111111 },
  35. { 14,2,8,16,16,16,texture = "quartz_block_side", tint = 0x111111 },
  36. }
  37. },
  38.  
  39. {
  40. label = "info_panel",
  41. shapes = {
  42. { 14,0,8,16,16,16,texture = "quartz_block_side", tint = 0x111111 },
  43. { 0,14,8,16,16,16,texture = "quartz_block_side", tint = 0x111111 },
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement