handheld_battleaxe.json 748 B

12345678910111213141516171819202122232425
  1. {
  2. "parent": "item/generated",
  3. "display": {
  4. "thirdperson_righthand": {
  5. "rotation": [ 0, -90, 55 ],
  6. "translation": [ 0, 9.0, 0.5 ],
  7. "scale": [ 1.7, 1.7, 0.85 ]
  8. },
  9. "thirdperson_lefthand": {
  10. "rotation": [ 0, 90, -55 ],
  11. "translation": [ 0, 9.0, 0.5 ],
  12. "scale": [ 1.7, 1.7, 0.85 ]
  13. },
  14. "firstperson_righthand": {
  15. "rotation": [ 0, -90, 25 ],
  16. "translation": [ 1.13, 3.2, 1.13 ],
  17. "scale": [ 1.36, 1.36, 0.68 ]
  18. },
  19. "firstperson_lefthand": {
  20. "rotation": [ 0, 90, -25 ],
  21. "translation": [ 1.13, 3.2, 1.13 ],
  22. "scale": [ 1.36, 1.36, 0.68 ]
  23. }
  24. }
  25. }