Advertisement
DarkProDEn

chest

Feb 25th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. {
  2. label = "chest",
  3. shapes = {
  4. { 1,0,1,2,1,15,texture = "iron_block", tint = 0x333333 },
  5. { 2,0,1,15,1,2,texture = "iron_block", tint = 0x333333 },
  6. { 2,0,2,14,1,14,texture = "stone", tint = 0xffcc66 },
  7. { 2,0,14,15,1,15,texture = "iron_block", tint = 0x333333 },
  8. { 14,0,2,15,1,15,texture = "iron_block", tint = 0x333333 },
  9. { 1,1,1,2,14,2,texture = "iron_block", tint = 0x333333 },
  10. { 1,1,2,2,9,14,texture = "stone", tint = 0xffcc66 },
  11. { 1,1,14,2,14,15,texture = "iron_block", tint = 0x333333 },
  12. { 2,1,1,14,9,2,texture = "stone", tint = 0xffcc66 },
  13. { 2,1,14,14,9,15,texture = "stone", tint = 0xffcc66 },
  14. { 14,1,1,15,14,2,texture = "iron_block", tint = 0x333333 },
  15. { 14,1,2,15,9,14,texture = "stone", tint = 0xffcc66 },
  16. { 14,1,14,15,14,15,texture = "iron_block", tint = 0x333333 },
  17. { 7,7,0,9,11,1,texture = "wool_colored_white", tint = 0xdddddd },
  18. { 1,9,2,2,10,15,texture = "iron_block", tint = 0x333333 },
  19. { 2,9,1,15,10,2,texture = "iron_block", tint = 0x333333 },
  20. { 2,9,14,15,10,15,texture = "iron_block", tint = 0x333333 },
  21. { 14,9,2,15,10,15,texture = "iron_block", tint = 0x333333 },
  22. { 1,10,2,2,13,14,texture = "stone", tint = 0xffcc66 },
  23. { 2,10,1,14,13,2,texture = "stone", tint = 0xffcc66 },
  24. { 2,10,14,14,13,15,texture = "stone", tint = 0xffcc66 },
  25. { 14,10,2,15,13,14,texture = "stone", tint = 0xffcc66 },
  26. { 1,13,2,2,14,15,texture = "iron_block", tint = 0x333333 },
  27. { 2,13,1,15,14,2,texture = "iron_block", tint = 0x333333 },
  28. { 2,13,2,14,14,14,texture = "stone", tint = 0xffcc66 },
  29. { 2,13,14,15,14,15,texture = "iron_block", tint = 0x333333 },
  30. { 14,13,2,15,14,15,texture = "iron_block", tint = 0x333333 },
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement