Advertisement
Arctic_Wolfy

baseItem.json and workerClothesShirt.json

Mar 9th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1. baseItem.json
  2. {
  3.   "parent":"builtin/generated",
  4.   "display": {
  5.     "thirdperson": {
  6.       "rotation": [ -90, 0, 0 ],
  7.       "translation": [ 0, 1, -3 ],
  8.       "scale": [ 0.55, 0.55, 0.55 ]
  9.     },
  10.     "firstperson": {
  11.       "rotation": [ 0, -135, 25 ],
  12.       "translation": [ 0, 4, 2 ],
  13.       "scale": [ 1.7, 1.7, 1.7 ]
  14.     }
  15.   }
  16. }
  17.  
  18. workerClothesShirt.json
  19. {
  20.   "parent":"prisonconstructor:item/baseItem",
  21.   "textures": {
  22.     "layer0":"prisonconstructor:items/workerShirt"
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement