dpeter99

Untitled

Jun 12th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.98 KB | None | 0 0
  1. {
  2.     "credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
  3.     "parent": "block/block",
  4.     "textures": {"0": "codemane-/cryo-text"},
  5.     "elements": [
  6.         {
  7.             "name": "Cube",
  8.             "from": [0, 0, -16],
  9.             "to": [16, 4, 16],
  10.             "shade": true,
  11.             "faces": {
  12.                 "north": {
  13.                     "uv": [9, 0, 10, 4],
  14.                     "texture": "#0",
  15.                     "rotation": 90
  16.                 },
  17.                 "east": {
  18.                     "uv": [8, 0, 9, 8],
  19.                     "texture": "#0",
  20.                     "rotation": 90
  21.                 },
  22.                 "south": {
  23.                     "uv": [9, 0, 10, 4],
  24.                     "texture": "#0",
  25.                     "rotation": 90
  26.                 },
  27.                 "west": {
  28.                     "uv": [8, 0, 9, 8],
  29.                     "texture": "#0",
  30.                     "rotation": 90
  31.                 },
  32.                 "up": {"uv": [0, 0, 4, 8], "texture": "#0"},
  33.                 "down": {"uv": [4, 0, 8, 8], "texture": "#0"}
  34.             },
  35.             "rotation": {
  36.                 "origin": [8, 8, 8],
  37.                 "axis": "y",
  38.                 "angle": 0
  39.             }
  40.         },
  41.         {
  42.             "name": "Cube",
  43.             "from": [1, 10, -16],
  44.             "to": [15, 22, 16],
  45.             "shade": true,
  46.             "faces": {
  47.                 "north": {"uv": [13, 8, 16, 11.5], "texture": "#0"},
  48.                 "east": {
  49.                     "uv": [10, 0, 13, 8],
  50.                     "texture": "#0",
  51.                     "rotation": 90
  52.                 },
  53.                 "south": {"uv": [13, 8, 16, 11.5], "texture": "#0"},
  54.                 "west": {
  55.                     "uv": [10, 0, 13, 8],
  56.                     "texture": "#0",
  57.                     "rotation": 90
  58.                 },
  59.                 "up": {"uv": [13, 0, 16, 8], "texture": "#0"},
  60.                 "down": {"uv": [0, 0, 14, 16], "texture": "#0"}
  61.             },
  62.             "rotation": {
  63.                 "origin": [1, 10, -16],
  64.                 "axis": "x",
  65.                 "angle": 0
  66.             }
  67.         },
  68.         {
  69.             "name": "cube",
  70.             "from": [2, 12, -15],
  71.             "to": [14, 22, -14],
  72.             "shade": true,
  73.             "faces": {}
  74.         }
  75.     ],
  76.     "display": {
  77.         "thirdperson_righthand": {"scale": [1, 1, 1]},
  78.         "thirdperson_lefthand": {"scale": [1, 1, 1]},
  79.         "firstperson_righthand": {"scale": [1, 1, 1]},
  80.         "firstperson_lefthand": {"scale": [1, 1, 1]},
  81.         "head": {"scale": [1, 1, 1]},
  82.         "ground": {
  83.             "scale": [
  84.                 0.30000000000000004,
  85.                 0.30000000000000004,
  86.                 0.30000000000000004
  87.             ]
  88.         },
  89.         "fixed": {"scale": [1, 1, 1]},
  90.         "gui": {"scale": [1, 1, 1]}
  91.     }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment