Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. {
  2. "textures": {
  3. "particle": "#particle"
  4. },
  5. "elements": [
  6. { "from": [ 0, 0, 0 ],
  7. "to": [ 16, 8, 16 ],
  8. "faces": {
  9. "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
  10. "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
  11. "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#bottom", "cullface": "north" },
  12. "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#bottom", "cullface": "south" },
  13. "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#bottom", "cullface": "west" },
  14. "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#bottom", "cullface": "east" }
  15. }
  16. },
  17. { "from": [ 0, 8, 0 ],
  18. "to": [ 16, 16, 16 ],
  19. "faces": {
  20. "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
  21. "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
  22. "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#top", "cullface": "north" },
  23. "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#top", "cullface": "south" },
  24. "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#top", "cullface": "west" },
  25. "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#top", "cullface": "east" }
  26. }
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement