Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. label = "bottle",
  3. shapes = {
  4. { 6,0,7,10,4,9,texture = "iron_block", tint = 0x007700 },
  5. { 7,0,6,9,4,10,texture = "iron_block", tint = 0x007700 },
  6. { 5,1,7,11,4,9,texture = "iron_block", tint = 0x007700 },
  7. { 6,1,6,10,4,10,texture = "iron_block", tint = 0x007700 },
  8. { 7,1,5,9,4,11,texture = "iron_block", tint = 0x007700 },
  9. { 5,4,7,7,8,9,texture = "iron_block", tint = 0xdddddd },
  10. { 6,4,6,7,8,10,texture = "iron_block", tint = 0xdddddd },
  11. { 7,4,5,9,8,6,texture = "iron_block", tint = 0xdddddd },
  12. { 7,4,6,9,5,9,texture = "iron_block", tint = 0x007700 },
  13. { 7,4,9,9,8,11,texture = "iron_block", tint = 0xdddddd },
  14. { 9,4,6,10,8,10,texture = "iron_block", tint = 0xdddddd },
  15. { 10,4,7,11,8,9,texture = "iron_block", tint = 0xdddddd },
  16. { 7,5,6,10,8,7,texture = "iron_block", tint = 0xdddddd },
  17. { 7,5,7,9,13,8,texture = "iron_block", tint = 0x007700 },
  18. { 7,5,8,9,8,11,texture = "iron_block", tint = 0xdddddd },
  19. { 5,8,7,11,10,9,texture = "iron_block", tint = 0x007700 },
  20. { 6,8,6,10,10,10,texture = "iron_block", tint = 0x007700 },
  21. { 7,8,5,9,10,11,texture = "iron_block", tint = 0x007700 },
  22. { 6,10,7,10,12,9,texture = "iron_block", tint = 0x007700 },
  23. { 7,10,6,9,12,10,texture = "iron_block", tint = 0x007700 },
  24. { 7,12,8,9,13,9,texture = "iron_block", tint = 0x007700 },
  25. { 7,13,7,9,16,9,texture = "iron_block", tint = 0xffcc00 },
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement