Advertisement
Nuparu00

pistol.json

Dec 9th, 2018
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.22 KB | None | 0 0
  1. {
  2.   "forge_marker": 1,
  3.   "defaults": {
  4.     "model": "sevendaystomine:pistol.obj"
  5.   },
  6.   "variants": {
  7.     "inventory": [
  8.       {
  9.         "transform": {
  10.           "thirdperson_lefthand": {
  11.             "rotation": [ { "x": 0 }, { "y": 0 }, { "z": 0 } ],
  12.             "translation": [ 0, -0.1, 0.1 ],
  13.             "scale": 1
  14.           },
  15.           "thirdperson_righthand": {
  16.             "rotation": [ { "x": 0 }, { "y": 0 }, { "z": 0 } ],
  17.             "translation": [ 0, -0.1, 0.1 ],
  18.             "scale": 1
  19.           },
  20.           "gui": {
  21.             "rotation": [ { "x": 45 }, { "y": 10 }, { "z": -45 } ],
  22.             "translation": [ -0.2, -0.2, 0 ],
  23.             "scale": 1
  24.           },
  25.           "firstperson_righthand": {
  26.             "rotation": [ { "x": 180 }, { "y": 180 }, { "z": 170 } ],
  27.             "translation": [ 0, -0.1, 0 ],
  28.             "scale": 1
  29.           },
  30.           "firstperson_lefthand": {
  31.             "rotation": [ { "x": 180 }, { "y": 180 }, { "z": 170 } ],
  32.             "translation": [ 0, -0.1, 0 ],
  33.             "scale": 1
  34.           },
  35.           "ground": {
  36.             "rotation": [ { "x": 45 }, { "y": 0 }, { "z": 0 } ],
  37.             "scale": 1
  38.           }
  39.         }
  40.       }
  41.     ]
  42.   }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement