Advertisement
Gamebuster

models/item/petrifiedWood.json

May 28th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.87 KB | None | 0 0
  1. {
  2.     "parent":"supernatural:block/petrifiedWood",
  3.     "display": {
  4.         "thirdperson_righthand": {
  5.             "rotation": [62, 41, 0],
  6.             "translation": [0, 0, 0],
  7.             "scale": [0.4, 0.4, 0.4]
  8.         },
  9.         "thirdperson_lefthand": {
  10.             "rotation": [62, 41, 0],
  11.             "translation": [0, 0, 0],
  12.             "scale": [0.4, 0.4, 0.4]
  13.         },
  14.         "ground": {
  15.             "rotation": [0, 0, 0],
  16.             "translation": [0, 0, 0],
  17.             "scale": [1, 1, 1]
  18.         },
  19.         "fixed": {
  20.             "rotation": [0, 0, 0],
  21.             "translation": [0, 0, 0],
  22.             "scale": [1, 1, 1]
  23.         },
  24.         "firstperson_righthand": {
  25.             "rotation": [10, 48, -3],
  26.             "translation": [-1.89, 0, 0],
  27.             "scale": [0.38, 0.38, 0.38]
  28.         },
  29.         "firstperson_lefthand": {
  30.             "rotation": [10, 48, -3],
  31.             "translation": [-1.89, 0, 0],
  32.             "scale": [0.38, 0.38, 0.38]
  33.         },
  34.         "gui": {
  35.             "rotation": [30, 225, 0],
  36.             "translation": [0, 0, 0],
  37.             "scale": [0.625, 0.625, 0.625]
  38.         }
  39.     }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement