Advertisement
TwiXon4ik

Untitled

Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. {
  2. label = "Компьютерное кресло",
  3. tooltip = "Для работы за компьютером",
  4. buttonMode=true,
  5. shapes = {
  6. { 0,0,7,2,2,9,texture = "coal_block" },
  7. { 7,0,0,9,2,2,texture = "coal_block" },
  8. { 7,0,14,9,2,16,texture = "coal_block" },
  9. { 14,0,7,16,2,9,texture = "coal_block" },
  10. { 1,2,7,15,3,9,texture = "iron_block", tint = 0xc4dbee },
  11. { 7,2,1,9,3,15,texture = "iron_block", tint = 0xc4dbee },
  12. { 6,3,7,10,8,9,texture = "coal_block" },
  13. { 7,3,6,9,8,10,texture = "coal_block" },
  14. { 7,8,7,9,12,9,texture = "coal_block" },
  15. { 1,12,7,2,14,14,texture = "iron_block", tint = 0xc4dbee },
  16. { 2,12,2,6,14,14,texture = "coal_block" },
  17. { 4,12,0,6,14,14,texture = "coal_block" },
  18. { 6,12,0,10,14,14,texture = "wool_colored_white", tint = 0x00c3ff },
  19. { 10,12,0,12,14,14,texture = "coal_block" },
  20. { 12,12,2,14,14,14,texture = "coal_block" },
  21. { 14,12,7,15,14,14,texture = "iron_block", tint = 0xc4dbee },
  22. { 0,14,12,1,16,14,texture = "coal_block" },
  23. { 1,14,12,2,16,14,texture = "iron_block", tint = 0xc4dbee },
  24. { 2,14,12,14,16,15,texture = "coal_block" },
  25. { 14,14,12,15,16,14,texture = "iron_block", tint = 0xc4dbee },
  26. { 15,14,12,16,16,14,texture = "coal_block" },
  27. { 0,0,0,16,7,16,texture = "iron_block", tint = 0xc4dbee , state=true},
  28. }
  29. },
  30.  
  31. {
  32. label = "Компьютерное кресло",
  33. tooltip = "Для работы за компьютером",
  34. shapes = {
  35. { 1,0,11,2,4,13,texture = "iron_block", tint = 0xc4dbee },
  36. { 1,0,13,2,2,14,texture = "iron_block", tint = 0xc4dbee },
  37. { 2,0,12,6,5,14,texture = "coal_block" },
  38. { 6,0,12,10,5,14,texture = "wool_colored_white", tint = 0x00c3ff },
  39. { 10,0,12,14,5,14,texture = "coal_block" },
  40. { 14,0,11,15,4,13,texture = "iron_block", tint = 0xc4dbee },
  41. { 14,0,13,15,2,14,texture = "iron_block", tint = 0xc4dbee },
  42. { 1,2,4,2,4,13,texture = "iron_block", tint = 0xc4dbee },
  43. { 2,2,14,6,12,15,texture = "coal_block" },
  44. { 6,2,14,10,11,15,texture = "wool_colored_white", tint = 0x00c3ff },
  45. { 10,2,14,14,12,15,texture = "coal_block" },
  46. { 14,2,4,15,4,13,texture = "iron_block", tint = 0xc4dbee },
  47. { 0,3,4,2,4,11,texture = "iron_block", tint = 0xc4dbee },
  48. { 15,3,4,16,4,11,texture = "iron_block", tint = 0xc4dbee },
  49. { 0,4,4,2,5,11,texture = "coal_block" },
  50. { 14,4,4,16,5,11,texture = "coal_block" },
  51. { 2,5,13,6,12,15,texture = "coal_block" },
  52. { 6,5,13,10,11,15,texture = "wool_colored_white", tint = 0x00c3ff },
  53. { 10,5,13,14,12,15,texture = "coal_block" },
  54. { 4,12,13,12,15,15,texture = "coal_block" },
  55. { 5,15,13,11,16,15,texture = "coal_block" },
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement