Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
1,866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.78 KB | None | 0 0
  1. {
  2.     "__comment": "Fair warning, this format is highly likely to change even more in the future!",
  3.     "elements": [
  4.         { "from": [ 0, 0, 0 ],
  5.             "to": [ 16, 16, 16 ],
  6.             "faces": {
  7.                 "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#down", "cullface": "down" },
  8.                 "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#up", "cullface": "up" },
  9.                 "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
  10.                 "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
  11.                 "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
  12.                 "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" }
  13.             }
  14.         }
  15.     ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement