Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. {
  2. label = "Louis Vuitton Corner",
  3. tooltip = "Right",
  4. shapes = {
  5. { 0,0,0,4,4,4,texture = "iron_block", tint = 0x876633 },
  6. { 4,0,0,8,4,4,texture = "iron_block", tint = 0x43341b },
  7. { 8,0,0,12,4,4,texture = "iron_block", tint = 0x876633 },
  8. { 12,0,0,16,4,4,texture = "iron_block", tint = 0x43341b },
  9. { 12,0,4,16,4,8,texture = "iron_block", tint = 0x876633 },
  10. { 12,0,8,16,4,12,texture = "iron_block", tint = 0x43341b },
  11. { 12,0,12,16,4,16,texture = "iron_block", tint = 0x876633 },
  12. { 0,4,0,4,8,4,texture = "iron_block", tint = 0x43341b },
  13. { 4,4,0,8,8,4,texture = "iron_block", tint = 0x876633 },
  14. { 8,4,0,12,8,4,texture = "iron_block", tint = 0x43341b },
  15. { 12,4,0,16,8,4,texture = "iron_block", tint = 0x876633 },
  16. { 12,4,4,16,8,8,texture = "iron_block", tint = 0x43341b },
  17. { 12,4,8,16,8,12,texture = "iron_block", tint = 0x876633 },
  18. { 12,4,12,16,8,16,texture = "iron_block", tint = 0x43341b },
  19. { 0,8,0,4,12,4,texture = "iron_block", tint = 0x876633 },
  20. { 4,8,0,8,12,4,texture = "iron_block", tint = 0x43341b },
  21. { 8,8,0,12,12,4,texture = "iron_block", tint = 0x876633 },
  22. { 12,8,0,16,12,4,texture = "iron_block", tint = 0x43341b },
  23. { 12,8,4,16,12,8,texture = "iron_block", tint = 0x876633 },
  24. { 12,8,8,16,12,12,texture = "iron_block", tint = 0x43341b },
  25. { 12,8,12,16,12,16,texture = "iron_block", tint = 0x876633 },
  26. { 0,12,0,4,16,4,texture = "iron_block", tint = 0x43341b },
  27. { 4,12,0,8,16,4,texture = "iron_block", tint = 0x876633 },
  28. { 8,12,0,12,16,4,texture = "iron_block", tint = 0x43341b },
  29. { 12,12,0,16,16,4,texture = "iron_block", tint = 0x876633 },
  30. { 12,12,4,16,16,8,texture = "iron_block", tint = 0x43341b },
  31. { 12,12,8,16,16,12,texture = "iron_block", tint = 0x876633 },
  32. { 12,12,12,16,16,16,texture = "iron_block", tint = 0x43341b },
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement