Advertisement
ItsAMysterious

tutorialitem.json

Mar 29th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.47 KB | None | 0 0
  1. {
  2.     "parent": "builtin/generated",
  3.     "textures": {
  4.         "layer0": "tutorialmod:items/tutorialitem"
  5.     },
  6.     #inventory
  7.     "display": {
  8.         "thirdperson": {
  9.             "rotation": [ -90, 0, 0 ],
  10.             "translation": [ 0, 1, -3 ],
  11.             "scale": [ 0.55, 0.55, 0.55 ]
  12.         },
  13.         "firstperson": {
  14.             "rotation": [ 0, -135, 25 ],
  15.             "translation": [ 0, 4, 2 ],
  16.             "scale": [ 1.7, 1.7, 1.7 ]
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement