Advertisement
Guest User

Untitled

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