spacepaste

  1.  
  2. {
  3. "textures":{
  4. "up":"conveyors:blocks/conveyor_up",
  5. "down":"conveyors:blocks/conveyor_up",
  6. "north":"conveyors:blocks/conveyor_up",
  7. "east":"conveyors:blocks/conveyor_up",
  8. "south":"conveyors:blocks/conveyor_up",
  9. "west":"conveyors:blocks/conveyor_up"
  10. },
  11. "elements":[
  12. {
  13. "from":[0,0,0],
  14. "to":[16,4,16],
  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.