Advertisement
hassansyyid

Untitled

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