Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. { "parent": "block/thin_block",
  2. "textures": {
  3. "texture": "starcraft:block/zerg_creep"
  4. },
  5. "elements": [
  6. { "from": [ 0, 0, 0 ],
  7. "to": [ 16, 2, 16 ],
  8. "faces": {
  9. "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
  10. "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
  11. "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" },
  12. "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" },
  13. "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" },
  14. "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" }
  15. }
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement