portablejim

Untitled

Aug 28th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "ambientocclusion": false,
  3. "textures": {
  4. "particle": "blocks/cobblestone",
  5. "base": "blocks/cobblestone",
  6. "lever": "blocks/lever"
  7. },
  8. "elements": [
  9. { "from": [ 5, 0, 4 ],
  10. "to": [ 11, 3, 12 ],
  11. "faces": {
  12. "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
  13. "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
  14. "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
  15. "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
  16. "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
  17. "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
  18. }
  19. },
  20. { "from": [ 7, 1, 7 ],
  21. "to": [ 9, 11, 9 ],
  22. "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 },
  23. "faces": {
  24. "down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
  25. "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
  26. "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
  27. "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
  28. "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
  29. "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
  30. }
  31. }
  32. ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment