Guest User

Box_Model

a guest
Jul 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.64 KB | None | 0 0
  1. {
  2.     "textures": {},
  3.     "elements": [
  4.         {
  5.             "name": "bottom",
  6.             "from": [0, 0, 0],
  7.             "to": [16, 1, 16],
  8.             "faces": {
  9.                 "north": {"uv": [0, 0, 16, 1], "texture": "#all"},
  10.                 "east": {"uv": [0, 0, 16, 1], "texture": "#all"},
  11.                 "south": {"uv": [0, 0, 16, 1], "texture": "#all"},
  12.                 "west": {"uv": [0, 0, 16, 1], "texture": "#all"},
  13.                 "up": {"uv": [0, 0, 16, 16], "texture": "#all"},
  14.                 "down": {"uv": [0, 0, 16, 16], "texture": "#all"}
  15.             }
  16.         },
  17.         {
  18.             "name": "north",
  19.             "from": [0, 1, 0],
  20.             "to": [16, 7, 1],
  21.             "faces": {
  22.                 "north": {"uv": [0, 0, 16, 6], "texture": "#all"},
  23.                 "east": {"uv": [0, 0, 1, 6], "texture": "#all"},
  24.                 "south": {"uv": [0, 0, 16, 6], "texture": "#all"},
  25.                 "west": {"uv": [0, 0, 1, 6], "texture": "#all"},
  26.                 "up": {"uv": [0, 0, 16, 1], "texture": "#all"}
  27.             }
  28.         },
  29.         {
  30.             "name": "south",
  31.             "from": [0, 1, 15],
  32.             "to": [16, 7, 16],
  33.             "faces": {
  34.                 "north": {"uv": [0, 0, 16, 6], "texture": "#all"},
  35.                 "east": {"uv": [0, 0, 1, 6], "texture": "#all"},
  36.                 "south": {"uv": [0, 0, 16, 6], "texture": "#all"},
  37.                 "west": {"uv": [0, 0, 1, 6], "texture": "#all"},
  38.                 "up": {"uv": [0, 0, 16, 1], "texture": "#all"}
  39.             }
  40.         },
  41.         {
  42.             "name": "west",
  43.             "from": [0, 1, 1],
  44.             "to": [1, 8, 15],
  45.             "faces": {
  46.                 "north": {"uv": [0, 0, 1, 7], "texture": "#all"},
  47.                 "east": {"uv": [0, 0, 14, 7], "texture": "#all"},
  48.                 "south": {"uv": [0, 0, 1, 7], "texture": "#all"},
  49.                 "west": {"uv": [0, 0, 14, 7], "texture": "#all"},
  50.                 "up": {"uv": [0, 0, 1, 14], "texture": "#all"}
  51.             }
  52.         },
  53.         {
  54.             "name": "east",
  55.             "from": [15, 1, 1],
  56.             "to": [16, 8, 15],
  57.             "faces": {
  58.                 "north": {"uv": [0, 0, 1, 7], "texture": "#all"},
  59.                 "east": {"uv": [0, 0, 14, 7], "texture": "#all"},
  60.                 "south": {"uv": [0, 0, 1, 7], "texture": "#all"},
  61.                 "west": {"uv": [0, 0, 14, 7], "texture": "#all"},
  62.                 "up": {"uv": [0, 0, 1, 14], "texture": "#all"}
  63.             }
  64.         },
  65.         {
  66.             "name": "west_up",
  67.             "from": [0, 8, 2],
  68.             "to": [1, 9, 14],
  69.             "faces": {
  70.                 "north": {"uv": [0, 0, 1, 1], "texture": "#all"},
  71.                 "east": {"uv": [0, 0, 12, 1], "texture": "#all" },
  72.                 "south": {"uv": [0, 0, 1, 1], "texture": "#all" },
  73.                 "west": {"uv": [0, 0, 12, 1], "texture": "#all"},
  74.                 "up": {"uv": [0, 0, 1, 12], "texture": "#all"}
  75.             }
  76.         },
  77.         {
  78.             "name": "east_up",
  79.             "from": [15, 8, 2],
  80.             "to": [16, 9, 14],
  81.             "faces": {
  82.                 "north": {"uv": [0, 0, 1, 1], "texture": "#all"},
  83.                 "east": {"uv": [0, 0, 12, 1], "texture": "#all"},
  84.                 "south": {"uv": [0, 0, 1, 1], "texture": "#all"},
  85.                 "west": {"uv": [0, 0, 12, 1], "texture": "#all"},
  86.                 "up": {"uv": [0, 0, 1, 12], "texture": "#all"}
  87.             }
  88.         }
  89.     ]
  90. }
Add Comment
Please, Sign In to add comment