Superloup10

json_complexe.json

Dec 22nd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.03 KB | None | 0 0
  1. {
  2.     "textures": {
  3.         "particle": "#side"
  4.     },
  5.     "elements": [
  6.         {   "from": [ 0, 0, 0 ],
  7.             "to": [ 16, 8, 16 ],
  8.             "faces": {
  9.                 "down":  { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
  10.                 "up":    { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
  11.                 "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
  12.                 "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
  13.                 "west":  { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
  14.                 "east":  { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
  15.             }
  16.         },
  17.         {   "from": [ 8, 8, 0 ],
  18.             "to": [ 16, 16, 16 ],
  19.             "faces": {
  20.                 "down":  { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
  21.                 "up":    { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
  22.                 "north": { "uv": [ 0, 0,  8,  8 ], "texture": "#side", "cullface": "north" },
  23.                 "south": { "uv": [ 8, 0, 16,  8 ], "texture": "#side", "cullface": "south" },
  24.                 "west":  { "uv": [ 0, 0, 16,  8 ], "texture": "#column" },
  25.                 "east":  { "uv": [ 0, 0, 16,  8 ], "texture": "#side", "cullface": "east" }
  26.             }
  27.         },
  28.         {   "from": [ 0, 8, 8 ],
  29.             "to": [ 8, 16, 16 ],
  30.             "faces": {
  31.                 "down":  { "uv": [ 0, 0,  8,  8 ], "texture": "#bottom", "cullface": "down" },
  32.                 "up":    { "uv": [ 0, 8,  8, 16 ], "texture": "#top", "cullface": "up" },
  33.                 "north": { "uv": [ 8, 0, 16,  8 ], "texture": "#column" },
  34.                 "south": { "uv": [ 0, 0,  8,  8 ], "texture": "#side", "cullface": "south" },
  35.                 "west":  { "uv": [ 8, 0, 16,  8 ], "texture": "#side", "cullface": "west" },
  36.                 "east":  { "uv": [ 0, 0,  8,  8 ], "texture": "#side", "cullface": "east" }
  37.             }
  38.         }
  39.     ]
  40. }
Add Comment
Please, Sign In to add comment