Advertisement
badhaloninja

001.json

May 31st, 2020
1,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. {
  2.     "textures": {
  3.         "icon": "item/displays/icon/001",
  4.         "text": "item/displays/text/001",
  5.         "particle": "item/displays/blank"
  6.     },
  7.     "elements": [
  8.         {
  9.             "name": "Icon",
  10.             "from": [0, 0, -0.01],
  11.             "to": [16, 16, -0.01],
  12.             "faces": {
  13.                 "north": {"uv": [0, 0, 16, 16], "texture": "#icon"}
  14.             }
  15.         },
  16.         {
  17.             "name": "Text",
  18.             "from": [-0.01, 0, 0],
  19.             "to": [-0.01, 16, 16],
  20.             "faces": {
  21.                 "west": {"uv": [0, 0, 16, 16], "texture": "#text"}
  22.             }
  23.         }
  24.     ],
  25.     "display": {
  26.         "thirdperson_righthand": {
  27.             "rotation": [90, 0, 0],
  28.             "translation": [0, -2, 2],
  29.             "scale": [0.25, 0.25, 0.25]
  30.         },
  31.         "gui": {
  32.             "rotation": [0, 180, 0]
  33.         },
  34.         "head": {
  35.             "translation": [0, -30.42555, 0],
  36.             "scale": [1.6, 1.6, 1.6]
  37.         }
  38.     }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement