Guest User

Untitled

a guest
Feb 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "type" : "PlayerItem",
  3. "textureSize": [16, 16],
  4. "models":
  5. [
  6. {
  7. "id": "LeftHand",
  8. "type": "ModelBox",
  9. "attachTo": "leftArm",
  10. "translate": [0, 6.5, 0],
  11. "rotate": [0, 0, 0],
  12. "boxes":
  13. [
  14. {
  15. "comment": "1",
  16. "textureOffset": [0, 0],
  17. "coordinates": [2.4, 0, -2, 1, 9, 1],
  18. "sizeAdd": -0.30
  19. },
  20. {
  21. "comment": "2",
  22. "textureOffset": [0, 0],
  23. "coordinates": [2.4, 0, -0.5, 1, 9, 1],
  24. "sizeAdd": -0.30
  25. },
  26. {
  27. "comment": "3",
  28. "textureOffset": [0, 0],
  29. "coordinates": [2.4, 0, 1, 1, 9, 1],
  30. "sizeAdd": -0.30
  31. }
  32. ]
  33. },
  34. {
  35. "id": "RightHand",
  36. "baseId": "LeftHand",
  37. "attachTo": "rightArm",
  38. "invertAxis": "x"
  39. }
  40. ]
  41. }
Add Comment
Please, Sign In to add comment