spacepaste

  1.  
  2. {
  3. "elements":[
  4. {
  5. "from":[0,0,0],
  6. "to":[16,2,16],
  7. "textures":{
  8. "up":"conveyors:blocks/conveyor_up.png",
  9. "down":"conveyors:blocks/conveyor_up.png",
  10. "north":"conveyors:blocks/conveyor_up.png",
  11. "east":"conveyors:blocks/conveyor_up.png",
  12. "south":"conveyors:blocks/conveyor_up.png",
  13. "west":"conveyors:blocks/conveyor_up.png"
  14. },
  15. "faces":{
  16. "down":{
  17. "texture":"#down",
  18. "uv":[0,0,16,16]
  19. },
  20. "up":{
  21. "texture":"#up",
  22. "uv":[0,0,16,16]
  23. },
  24. "north":{
  25. "texture":"#north",
  26. "uv":[0,0,16,4]
  27. },
  28. "east":{
  29. "texture":"#east",
  30. "uv":[0,0,16,4]
  31. },
  32. "south":{
  33. "texture":"#south",
  34. "uv":[0,0,16,4]
  35. },
  36. "west":{
  37. "texture":"#west",
  38. "uv":[0,0,16,4]
  39. }
  40. }
  41. }
  42. ]
  43. }
  44.