Advertisement
TheGoldCrayon

block_rune_black model

Jun 13th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "textures": {
  3. "0": "dm:blocks/block_rune_black"
  4. },
  5. "elements": [
  6. {
  7. "name": "Cube",
  8. "from": [ 0.0, 0.0, 0.0 ],
  9. "to": [ 16.0, 1.0, 16.0 ],
  10. "faces": {
  11. "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 0.2 ] },
  12. "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 0.2 ] },
  13. "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 0.2 ] },
  14. "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 0.2 ] },
  15. "up": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
  16. "down": { "texture": "#0", "uv": [ 0.0, 0.0, 0.0, 0.2 ] }
  17. }
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement