Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "credit": "Made with Blockbench",
  3. "textures": {
  4. "texture": "custom/light_off",
  5. "particle": "custom/light_off"
  6. },
  7. "elements": [
  8. {
  9. "from": [0, 8, 1],
  10. "to": [1, 16, 16],
  11. "faces": {
  12. "east": {"uv": [11, 1.5, 11.5, 2], "texture": "#texture"},
  13. "west": {"uv": [11, 2, 13.5, 5], "texture": "#texture"},
  14. "down": {"uv": [13.5, 2, 15, 4], "texture": "#texture"}
  15. }
  16. },
  17. {
  18. "from": [2, 8, 2],
  19. "to": [3, 16, 3],
  20. "faces": {
  21. "north": {"uv": [12, 0, 16, 5], "texture": "#texture"},
  22. "east": {"uv": [9, 0, 16, 6], "texture": "#texture"},
  23. "south": {"uv": [13.5, 0, 16, 3], "texture": "#texture"},
  24. "west": {"uv": [15, 0, 16, 8], "texture": "#texture"},
  25. "down": {"uv": [13, 0, 16, 4], "texture": "#texture"}
  26. }
  27. },
  28. {
  29. "from": [0, 8, 0],
  30. "to": [16, 16, 1],
  31. "faces": {
  32. "north": {"uv": [12, 0, 16, 5], "texture": "#texture"},
  33. "south": {"uv": [13.5, 0, 16, 3], "texture": "#texture"},
  34. "west": {"uv": [15, 0, 16, 8], "texture": "#texture"},
  35. "down": {"uv": [13, 0, 16, 4], "texture": "#texture"}
  36. }
  37. },
  38. {
  39. "from": [0, 16, 0],
  40. "to": [16, 17, 16],
  41. "faces": {
  42. "north": {"uv": [13, 0, 16, 5], "texture": "#texture"},
  43. "west": {"uv": [13.5, 0, 16, 5.5], "texture": "#texture"},
  44. "up": {"uv": [13, 0, 16, 3.5], "texture": "#texture"},
  45. "down": {"uv": [12, 0, 16, 4], "texture": "#texture"}
  46. }
  47. },
  48. {
  49. "from": [1, 8.2, 1],
  50. "to": [16, 9.2, 16],
  51. "faces": {
  52. "down": {"uv": [0.5, 0.5, 8, 8], "texture": "#texture"}
  53. }
  54. }
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement