Advertisement
Guest User

Change_Weapon_Size_MCCREATOR

a guest
Jan 21st, 2024
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | Source Code | 0 0
  1. {
  2. "parent": "item/handheld",
  3. "textures": {
  4. "layer0": "modID:item/textureID"
  5. },
  6. "display": {
  7. "ground": {
  8. "rotation": [ 0, 0, 0 ],
  9. "translation": [ 0, 0, 0],
  10. "scale":[ 1, 1, 1 ]
  11. },
  12. "fixed": {
  13. "rotation": [ 0, 0, 0 ],
  14. "translation": [ 0, 0, 0],
  15. "scale":[ 1, 1, 1 ]
  16. },
  17. "thirdperson_righthand": {
  18. "rotation": [ 0, 90, 40 ],
  19. "translation": [ 0, 15, 0.5 ],
  20. "scale": [ 2.0, 2.0, 2.0 ]
  21. },
  22. "thirdperson_lefthand": {
  23. "rotation": [ 0, 90, -40 ],
  24. "translation": [ 0, 15, 2 ],
  25. "scale": [ 2.0, 2.0, 2.0 ]
  26. },
  27. "firstperson_righthand": {
  28. "rotation": [ 0, 90, 40 ],
  29. "translation": [ 0, 15,0 ],
  30. "scale": [ 2.0, 2.0, 2.0 ]
  31. },
  32. "firstperson_lefthand": {
  33. "rotation": [ 0, 90, -40 ],
  34. "translation": [ 0, 15, 2 ],
  35. "scale": [ 2.0, 2.0, 2.0 ]
  36. }
  37. }
  38. }
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement