Advertisement
dragnoz

Item display JSON fixes

Jul 28th, 2015
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Block to holding item rotation fix
  2.  
  3. "display": {
  4. "thirdperson": {
  5. "rotation": [ 90, 0, 180 ],
  6. "translation": [ 0, 24, 0 ],
  7. "scale": [ 4, 4, 4 ]
  8. }},
  9.  
  10.  
  11. --------------------
  12.  
  13. "head": {
  14. "rotation": [ 180, 180, 0 ],
  15. "translation": [ 2.5, 0, 0 ],
  16. "scale": [ 3, 3, 3 ]
  17. }},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement