Advertisement
Guest User

帽子(MINECRAFT MODEL)

a guest
Jun 9th, 2018
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. {
  2. "credit": "Made with Blockbench, a free, modern block model editor by JannisX11",
  3. "textures": {
  4. "0": "blocks/wool_colored_brown",
  5. "1": "blocks/wool_colored_black",
  6. "particle": "blocks/wool_colored_brown"
  7. },
  8. "elements": [
  9. {
  10. "from": [0, 0, 0],
  11. "to": [16, 1, 16],
  12. "faces": {
  13. "north": {"uv": [0, 0, 16, 1], "texture": "#0"},
  14. "east": {"uv": [0, 0, 16, 1], "texture": "#0"},
  15. "south": {"uv": [0, 0, 16, 1], "texture": "#0"},
  16. "west": {"uv": [0, 0, 16, 1], "texture": "#0"},
  17. "up": {"uv": [0, 0, 16, 16], "texture": "#0"},
  18. "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
  19. }
  20. },
  21. {
  22. "from": [1, 1, 1],
  23. "to": [15, 4, 15],
  24. "faces": {
  25. "north": {"uv": [0, 0, 14, 3], "texture": "#1"},
  26. "east": {"uv": [0, 0, 14, 3], "texture": "#1"},
  27. "south": {"uv": [0, 0, 14, 3], "texture": "#1"},
  28. "west": {"uv": [0, 0, 14, 3], "texture": "#1"},
  29. "up": {"uv": [0, 0, 14, 14], "texture": "#1"},
  30. "down": {"uv": [0, 0, 14, 14], "texture": "#1"}
  31. }
  32. },
  33. {
  34. "from": [1, 4, 1],
  35. "to": [15, 9, 15],
  36. "faces": {
  37. "north": {"uv": [0, 0, 14, 5], "texture": "#0"},
  38. "east": {"uv": [0, 0, 14, 5], "texture": "#0"},
  39. "south": {"uv": [0, 0, 14, 5], "texture": "#0"},
  40. "west": {"uv": [0, 0, 14, 5], "texture": "#0"},
  41. "up": {"uv": [0, 0, 14, 14], "texture": "#0"},
  42. "down": {"uv": [0, 0, 14, 14], "texture": "#0"}
  43. }
  44. }
  45. ],
  46. "display": {
  47. "thirdperson_righthand": {
  48. "scale": [0.7, 0.7, 0.7],
  49. "translation": [0, 0, 0]
  50. },
  51. "thirdperson_lefthand": {
  52. "scale": [0.7, 0.7, 0.7]
  53. },
  54. "firstperson_righthand": {
  55. "scale": [0.7, 0.7, 0.7],
  56. "translation": [0, 5, 0]
  57. },
  58. "firstperson_lefthand": {
  59. "scale": [0.7, 0.7, 0.7],
  60. "translation": [0, 5, 0]
  61. },
  62. "head": {
  63. "translation": [0, 9, 0]
  64. },
  65. "ground": {
  66. "scale": [0.7, 0.7, 0.7]
  67. },
  68. "fixed": {
  69. "rotation": [-89, 0, 0],
  70. "translation": [0, 0, -8.5]
  71. },
  72. "gui": {
  73. "scale": [0.7, 0.7, 0.7],
  74. "translation": [0, 2, 0],
  75. "rotation": [40, 40, 0]
  76. }
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement