Advertisement
Guest User

Untitled

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