Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "parent": "item/handheld",
  3. "textures": {
  4. "layer0": "items/bow_standby"
  5. },
  6. "fixed": {
  7. "rotation": [0, 104, 0],
  8. "translation": [0, 4, 0],
  9. "scale": [1.25, 1.25, 1.25]
  10. },
  11. "overrides": [{
  12. "predicate": {
  13. "pulling": 1
  14. },
  15. "model": "item/bow_pulling_0"
  16. }, {
  17. "predicate": {
  18. "pulling": 1,
  19. "pull": 0.65
  20. },
  21. "model": "item/bow_pulling_1"
  22. }, {
  23. "predicate": {
  24. "pulling": 1,
  25. "pull": 0.9
  26. },
  27. "model": "item/bow_pulling_2"
  28. },
  29.  
  30. {
  31. "predicate": {
  32. "damaged": 0,
  33. "damage": 0.005194805194805195
  34. },
  35. "model": "item/vbow_standby"
  36. }, {
  37. "predicate": {
  38. "pulling": 1,
  39. "damaged": 0,
  40. "damage": 0.005194805194805195
  41. },
  42. "model": "item/vbow_pulling_0"
  43. }, {
  44. "predicate": {
  45. "pulling": 1,
  46. "pull": 0.65,
  47. "damaged": 0,
  48. "damage": 0.005194805194805195
  49. },
  50. "model": "item/vbow_pulling_1"
  51. }, {
  52. "predicate": {
  53. "pulling": 1,
  54. "pull": 0.9,
  55. "damaged": 0,
  56. "damage": 0.005194805194805195
  57. },
  58. "model": "item/vbow_pulling_2"
  59. }, {
  60. "predicate": {
  61. "damaged": 1,
  62. "damage": 0
  63. },
  64. "model": "item/vbow"
  65. }
  66. ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement