Advertisement
ssssshhocking

Untitled

May 27th, 2020
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 KB | None | 0 0
  1. {
  2.   "parent": "item/generated",
  3.   "textures": {
  4.     "layer0": "yourmod:folderfortextures/sometexture"
  5.   },
  6.   "display": {
  7.     "thirdperson_righthand": {
  8.       "rotation": [
  9.         -80,
  10.         260,
  11.         -40
  12.       ],
  13.       "translation": [
  14.         -1,
  15.         -2,
  16.         2.5
  17.       ],
  18.       "scale": [
  19.         1,
  20.         1,
  21.         1
  22.       ]
  23.     },
  24.     "thirdperson_lefthand": {
  25.       "rotation": [
  26.         -80,
  27.         -280,
  28.         40
  29.       ],
  30.       "translation": [
  31.         -1,
  32.         -2,
  33.         2.5
  34.       ],
  35.       "scale": [
  36.         1,
  37.         1,
  38.         1
  39.       ]
  40.     }
  41.   }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement