Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. {
  2. label = "Шляпа панка",
  3. tooltip = "Только для фанатов шестерней.",
  4. shapes = {
  5. { 2,0,2,3,4,3,texture = "gold_block", tint = 0xffff33 },
  6. { 2,0,3,14,3,13,texture = "quartz_block_side", tint = 0x111111 },
  7. { 2,0,13,3,4,14,texture = "gold_block", tint = 0xffff33 },
  8. { 3,0,2,13,3,14,texture = "quartz_block_side", tint = 0x111111 },
  9. { 13,0,2,14,4,3,texture = "gold_block", tint = 0xffff33 },
  10. { 13,0,13,14,4,14,texture = "gold_block", tint = 0xffff33 },
  11. { 2,3,3,3,4,14,texture = "gold_block", tint = 0xffff33 },
  12. { 3,3,2,14,4,3,texture = "gold_block", tint = 0xffff33 },
  13. { 3,3,13,14,4,14,texture = "gold_block", tint = 0xffff33 },
  14. { 13,3,3,14,4,14,texture = "gold_block", tint = 0xffff33 },
  15. { 3,5,5,4,6,12,texture = "quartz_block_side", tint = 0x222222 },
  16. { 4,5,4,12,6,5,texture = "quartz_block_side", tint = 0x222222 },
  17. { 4,5,5,5,6,6,texture = "quartz_block_side", tint = 0x222222 },
  18. { 4,5,11,5,6,13,texture = "quartz_block_side", tint = 0x222222 },
  19. { 5,5,12,12,6,13,texture = "quartz_block_side", tint = 0x222222 },
  20. { 11,5,5,13,6,6,texture = "quartz_block_side", tint = 0x222222 },
  21. { 11,5,11,12,6,13,texture = "quartz_block_side", tint = 0x222222 },
  22. { 12,5,6,13,6,12,texture = "quartz_block_side", tint = 0x222222 },
  23. { 4,6,6,5,13,11,texture = "quartz_block_side", tint = 0x222222 },
  24. { 5,6,5,11,13,6,texture = "quartz_block_side", tint = 0x222222 },
  25. { 5,6,11,11,13,12,texture = "quartz_block_side", tint = 0x222222 },
  26. { 11,6,6,12,13,7,texture = "quartz_block_side", tint = 0x222222 },
  27. { 11,6,7,12,7,11,texture = "quartz_block_side", tint = 0x222222 },
  28. { 12,6,7,13,7,10,texture = "gold_block", tint = 0xffff33 },
  29. { 7,7,4,9,14,5,texture = "iron_block", tint = 0x996600 },
  30. { 8,7,12,9,9,13,texture = "quartz_block_side", tint = 0xbbbbbb },
  31. { 8,7,14,9,8,15,texture = "quartz_block_side", tint = 0xbbbbbb },
  32. { 11,7,7,12,10,10,texture = "quartz_block_side", tint = 0xeeeeee },
  33. { 11,7,10,12,13,11,texture = "quartz_block_side", tint = 0x222222 },
  34. { 12,7,6,13,10,7,texture = "gold_block", tint = 0xffff33 },
  35. { 12,7,10,13,10,11,texture = "gold_block", tint = 0xffff33 },
  36. { 7,8,3,9,14,5,texture = "iron_block", tint = 0x996600 },
  37. { 8,8,13,9,11,14,texture = "quartz_block_side", tint = 0xbbbbbb },
  38. { 12,8,8,13,9,9,texture = "quartz_block_side", tint = 0x111111 },
  39. { 8,9,14,9,10,15,texture = "quartz_block_side", tint = 0xbbbbbb },
  40. { 12,9,9,13,10,10,texture = "quartz_block_side", tint = 0x111111 },
  41. { 8,10,12,9,11,14,texture = "quartz_block_side", tint = 0xbbbbbb },
  42. { 11,10,7,12,13,11,texture = "quartz_block_side", tint = 0x222222 },
  43. { 12,10,7,13,11,10,texture = "gold_block", tint = 0xffff33 },
  44. { 6,11,3,7,12,5,texture = "iron_block", tint = 0xcc6600 },
  45. { 7,11,2,9,12,3,texture = "iron_block", tint = 0xcc6600 },
  46. { 8,11,12,9,12,13,texture = "quartz_block_side", tint = 0xbbbbbb },
  47. { 8,11,14,9,12,15,texture = "quartz_block_side", tint = 0xbbbbbb },
  48. { 9,11,3,10,12,5,texture = "iron_block", tint = 0xcc6600 },
  49. { 5,13,6,11,14,11,texture = "quartz_block_side", tint = 0x222222 },
  50. { 7,14,4,8,15,5,texture = "glass_silver", tint = 0xdddddd },
  51. { 8,15,3,9,16,4,texture = "glass_silver", tint = 0xdddddd },
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement