Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. {
  2. label = "nogi",
  3. shapes = {
  4. { 1,5,4,15,6,12,texture = "iron_block", tint = 0x222222 },
  5. { 1,6,4,3,10,6,texture = "iron_block", tint = 0x222222 },
  6. { 1,6,6,2,7,7,texture = "iron_block", tint = 0xffff00 },
  7. { 1,6,7,2,7,9,texture = "iron_block", tint = 0xffcc00 },
  8. { 1,6,9,2,7,10,texture = "iron_block", tint = 0xffff00 },
  9. { 1,6,10,15,10,11,texture = "iron_block", tint = 0x222222 },
  10. { 1,6,11,3,11,12,texture = "iron_block", tint = 0x222222 },
  11. { 2,6,6,14,10,11,texture = "iron_block", tint = 0x222222 },
  12. { 3,6,4,4,7,5,texture = "iron_block", tint = 0xffff00 },
  13. { 3,6,5,14,10,11,texture = "iron_block", tint = 0x222222 },
  14. { 3,6,11,4,7,12,texture = "iron_block", tint = 0xffff00 },
  15. { 4,6,4,6,7,5,texture = "iron_block", tint = 0xffcc00 },
  16. { 4,6,11,6,7,12,texture = "iron_block", tint = 0xffcc00 },
  17. { 6,6,4,7,7,5,texture = "iron_block", tint = 0xffff00 },
  18. { 6,6,11,7,7,12,texture = "iron_block", tint = 0xffff00 },
  19. { 7,6,4,9,11,12,texture = "iron_block", tint = 0x222222 },
  20. { 9,6,4,10,7,5,texture = "iron_block", tint = 0xffff00 },
  21. { 9,6,11,10,7,12,texture = "iron_block", tint = 0xffff00 },
  22. { 10,6,4,12,7,5,texture = "iron_block", tint = 0xffcc00 },
  23. { 10,6,11,12,7,12,texture = "iron_block", tint = 0xffcc00 },
  24. { 12,6,4,13,7,5,texture = "iron_block", tint = 0xffff00 },
  25. { 12,6,11,13,7,12,texture = "iron_block", tint = 0xffff00 },
  26. { 13,6,4,14,10,12,texture = "iron_block", tint = 0x222222 },
  27. { 14,6,4,15,11,6,texture = "iron_block", tint = 0x222222 },
  28. { 14,6,6,15,7,7,texture = "iron_block", tint = 0xffff00 },
  29. { 14,6,7,15,7,9,texture = "iron_block", tint = 0xffcc00 },
  30. { 14,6,9,15,7,10,texture = "iron_block", tint = 0xffff00 },
  31. { 14,6,11,15,11,12,texture = "iron_block", tint = 0x222222 },
  32. { 1,7,6,15,9,12,texture = "iron_block", tint = 0x222222 },
  33. { 3,7,4,15,9,12,texture = "iron_block", tint = 0x222222 },
  34. { 1,9,6,2,10,7,texture = "iron_block", tint = 0xffff00 },
  35. { 1,9,7,2,10,9,texture = "iron_block", tint = 0xffcc00 },
  36. { 1,9,9,2,10,10,texture = "iron_block", tint = 0xffff00 },
  37. { 3,9,4,4,10,5,texture = "iron_block", tint = 0xffff00 },
  38. { 3,9,11,4,10,12,texture = "iron_block", tint = 0xffff00 },
  39. { 4,9,4,6,10,5,texture = "iron_block", tint = 0xffcc00 },
  40. { 4,9,11,6,10,12,texture = "iron_block", tint = 0xffcc00 },
  41. { 6,9,4,7,10,5,texture = "iron_block", tint = 0xffff00 },
  42. { 6,9,11,7,10,12,texture = "iron_block", tint = 0xffff00 },
  43. { 9,9,4,10,10,5,texture = "iron_block", tint = 0xffff00 },
  44. { 9,9,11,10,10,12,texture = "iron_block", tint = 0xffff00 },
  45. { 10,9,4,12,10,5,texture = "iron_block", tint = 0xffcc00 },
  46. { 10,9,11,12,10,12,texture = "iron_block", tint = 0xffcc00 },
  47. { 12,9,4,13,10,5,texture = "iron_block", tint = 0xffff00 },
  48. { 12,9,11,13,10,12,texture = "iron_block", tint = 0xffff00 },
  49. { 14,9,6,15,10,7,texture = "iron_block", tint = 0xffff00 },
  50. { 14,9,7,15,10,9,texture = "iron_block", tint = 0xffcc00 },
  51. { 14,9,9,15,10,10,texture = "iron_block", tint = 0xffff00 },
  52. { 1,10,4,15,11,5,texture = "iron_block", tint = 0x222222 },
  53. { 1,10,5,2,11,12,texture = "iron_block", tint = 0x222222 },
  54. { 2,10,5,7,11,11,texture = "iron_block", tint = 0x111111 },
  55. { 3,10,11,15,11,12,texture = "iron_block", tint = 0x222222 },
  56. { 9,10,5,14,11,11,texture = "iron_block", tint = 0x111111 },
  57. { 14,10,6,15,11,12,texture = "iron_block", tint = 0x222222 },
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement