Advertisement
dragnoz

3x3x3 json model

Jul 28th, 2015
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "__comment": "Designed by Betathedata , please credit if used!",
  3. "textures": {
  4. "particle": "blocks/cobblestone",
  5. "texture": "blocks/cobblestone"
  6. },
  7. "elements": [
  8. {
  9. "from": [ -16, -16, -16 ],
  10. "to": [ 32, 32, 32 ],
  11. "faces": {
  12. "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture" },
  13. "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
  14. "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
  15. "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
  16. "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
  17. "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
  18. }
  19. }
  20. ]
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement