Advertisement
NellikaFujen

Untitled

Nov 14th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. shapes = {
  3. { 0,0,0,16,16,16,texture = "chisel:blocks/quartz/tiles-large" },
  4. }
  5. },
  6.  
  7. {
  8. shapes = {
  9. { 0,0,0,16,16,1,texture = "chisel:blocks/quartz/tiles-large" },
  10. }
  11. },
  12.  
  13. {
  14. shapes = {
  15. { 0,0,0,16,1,16,texture = "chisel:blocks/quartz/tiles-large" },
  16. }
  17. },
  18.  
  19. {
  20. shapes = {
  21. { 0,0,0,16,1,1,texture = "chisel:blocks/quartz/tiles-large" },
  22. }
  23. },
  24.  
  25. {
  26. shapes = {
  27. { 0,0,0,1,16,16,texture = "chisel:blocks/quartz/tiles-large" },
  28. }
  29. },
  30.  
  31. {
  32. shapes = {
  33. { 0,0,0,1,16,1,texture = "chisel:blocks/quartz/tiles-large" },
  34. }
  35. },
  36.  
  37. {
  38. shapes = {
  39. { 0,0,0,1,1,16,texture = "chisel:blocks/quartz/tiles-large" },
  40. }
  41. },
  42.  
  43. {
  44. shapes = {
  45. { 0,0,0,1,1,1,texture = "chisel:blocks/quartz/tiles-large" },
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement