sling.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "parent": "item/generated",
  3. "textures": {
  4. "layer0": "km:item/sling/sling_standby"
  5. },
  6. "display": {
  7. "thirdperson_righthand": {
  8. "rotation": [ 0, 0, 0 ],
  9. "translation": [ 0, 2.0, 1.5 ],
  10. "scale": [ 0.65, 0.65, 0.65 ]
  11. },
  12. "thirdperson_lefthand": {
  13. "rotation": [ 0, 0, 0 ],
  14. "translation": [ 0, 2.0, 1.5 ],
  15. "scale": [ 0.65, 0.65, 0.65 ]
  16. },
  17. "firstperson_righthand": {
  18. "rotation": [ 10, 0, 5 ],
  19. "translation": [ 0, 1.6, 0.8 ],
  20. "scale": [ 0.68, 0.68, 0.68 ]
  21. },
  22. "firstperson_lefthand": {
  23. "rotation": [ 10, 0, 5 ],
  24. "translation": [ 0, 1.6, 0.8 ],
  25. "scale": [ 0.68, 0.68, 0.68 ]
  26. }
  27. },
  28. "overrides": [
  29. {
  30. "predicate": {
  31. "pulling": 1
  32. },
  33. "model": "km:item/sling_pulling_0"
  34. },
  35. {
  36. "predicate": {
  37. "pulling": 1,
  38. "pull": 0.65
  39. },
  40. "model": "km:item/sling_pulling_1"
  41. },
  42. {
  43. "predicate": {
  44. "pulling": 1,
  45. "pull": 0.9
  46. },
  47. "model": "km:item/sling_pulling_2"
  48. }
  49. ]
  50. }