Guest User

Untitled

a guest
Mar 22nd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.45 KB | None | 0 0
  1. {
  2.     "__comment": "Fair warning, this format is highly likely to change even more in the future!",
  3.     "useAmbientOcclusion": false,
  4.     "elements": [
  5.         {   "__comment": "Inner cube",
  6.             "type": "cube",
  7.             "from": [ 0, 0, 0 ],
  8.             "to": [ 16, 16, 16 ],
  9.             "faceData": {
  10.                 "down":  { "uv": [ 0, 0, 16, 16 ], "textureFacing": "down" },
  11.                 "up":    { "uv": [ 0, 0, 16, 16 ], "textureFacing": "up" },
  12.                 "north": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "north" },
  13.                 "south": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "south" },
  14.                 "west":  { "uv": [ 0, 0, 16, 16 ], "textureFacing": "west" },
  15.                 "east":  { "uv": [ 0, 0, 16, 16 ], "textureFacing": "east" }
  16.             }
  17.         },
  18.         {   "__comment": "Upper gem 1",
  19.             "type": "cube",
  20.             "from": [ 2, 16, 4 ],
  21.             "to": [ 4, 16.5, 6 ],
  22.             "faceData": {
  23.                 "south": { "uv": [  5,  2,  6,  4 ], "cull": false, "textureFacing": "up" },
  24.                 "north": { "uv": [  4,  2,  5,  4 ], "cull": false, "textureFacing": "up" },
  25.                 "up":    { "uv": [  2,  4,  4,  6 ], "textureFacing": "up" },
  26.                 "east":  { "uv": [  4,  3,  6,  4 ], "cull": false, "textureFacing": "up", "rotation": 90 },
  27.                 "west":  { "uv": [  1,  1,  3,  2 ], "cull": false, "textureFacing": "west" }
  28.             }
  29.         },
Advertisement
Add Comment
Please, Sign In to add comment