Advertisement
benda95280

PMMP Geometry Head

Aug 27th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. {
  2.     "format_version": "1.12.0",
  3.     "minecraft:geometry": [
  4.         {
  5.             "description": {
  6.                 "identifier": "geometry.player_headObj",
  7.                 "texture_width": 16,
  8.                 "texture_height": 16,
  9.                 "visible_bounds_width": 2,
  10.                 "visible_bounds_height": 1,
  11.                 "visible_bounds_offset": [0, 0.5, 0]
  12.             },
  13.             "bones": [
  14.                 {
  15.                     "name": "bone",
  16.                     "pivot": [0, 0, 0],
  17.                     "cubes": [
  18.                         {
  19.                             "origin": [-4, 0, -4],
  20.                             "size": [8, 8, 8],
  21.                             "uv": {
  22.                                 "north": {"uv": [6.01, 2.01], "uv_size": [2.979, 2.979]},
  23.                                 "east": {"uv": [4.01, 2.01], "uv_size": [1.98, 1.98]},
  24.                                 "south": {"uv": [2.01, 2.01], "uv_size": [1.98, 1.98]},
  25.                                 "west": {"uv": [0.01, 2.01], "uv_size": [1.98, 1.98]},
  26.                                 "up": {"uv": [3.99, 1.99], "uv_size": [-1.98, -1.98]},
  27.                                 "down": {"uv": [4.01, 0.01], "uv_size": [1.98, 1.98]}
  28.                             }
  29.                         },
  30.                         {
  31.                             "origin": [-4.5, 0, -4.5],
  32.                             "size": [9, 9, 9],
  33.                             "uv": {
  34.                                 "north": {"uv": [14.01, 2.01], "uv_size": [1.98, 1.98]},
  35.                                 "east": {"uv": [12.01, 2.01], "uv_size": [1.98, 1.98]},
  36.                                 "south": {"uv": [10.01, 2.01], "uv_size": [1.98, 1.98]},
  37.                                 "west": {"uv": [8.01, 2.01], "uv_size": [1.98, 1.98]},
  38.                                 "up": {"uv": [11.99, 1.99], "uv_size": [-1.98, -1.98]},
  39.                                 "down": {"uv": [12.01, 0.01], "uv_size": [1.98, 1.98]}
  40.                             }
  41.                         }
  42.                     ]
  43.                 }
  44.             ]
  45.         }
  46.     ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement