Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.     "textures": {
  3.         "particle": "#texture"
  4.     },
  5.     "elements": [
  6.         {   "from": [ 5, 0, 6 ],
  7.             "to": [ 11, 2, 10 ],
  8.             "shade": false,
  9.             "faces": {
  10.                 "down":  { "uv": [ 5,  6, 11, 10 ], "texture": "#texture", "cullface": "down" },
  11.                 "up":    { "uv": [ 5, 10, 11,  6 ], "texture": "#texture" },
  12.                 "north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
  13.                 "south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
  14.                 "west":  { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" },
  15.                 "east":  { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }
  16.             }
  17.         }
  18.     ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement