Guest User

Untitled

a guest
May 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. { "parent": "block/block",
  2. "display": {
  3. "fixed": {
  4. "rotation": [ 0, 90, 0 ],
  5. "translation": [ 0, 0, 0 ],
  6. "scale": [ 0.5, 0.5, 0.5 ]
  7. }
  8. },
  9. "textures": {
  10. "particle": "talecraft:blocks/world/spikeblock",
  11. "body": "talecraft:blocks/world/spikeblock"
  12. },
  13. "elements": [
  14. {
  15. "from": [ 3, 0, 2 ],
  16. "to": [ 3, 12, 6 ],
  17. "faces": {
  18. "down": { "uv": [ 0, 0, 4, 12 ], "texture": "#body"},
  19. "up": { "uv": [ 0, 0, 4, 12 ], "texture": "#body"},
  20. "north": { "uv": [0, 0, 4, 12 ], "texture": "#body"},
  21. "south": { "uv": [ 0, 0, 4, 12 ], "texture": "#body"},
  22. "west": { "uv": [ 0, 0, 4, 12 ], "texture": "#body"},
  23. "east": { "uv": [ 0, 0, 4, 12 ], "texture": "#body"}
  24. }
  25. }
  26. ]
  27. }
Add Comment
Please, Sign In to add comment