camp_fire_burnt.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "parent": "block/block",
  3. "display": {
  4. "head": {
  5. "rotation": [ 0, 0, 0 ],
  6. "translation": [ 0, 10.5, 0 ],
  7. "scale":[ 1, 1, 1 ]
  8. }
  9. },
  10. "textures": {
  11. "particle": "km:blocks/campfire/campfire_log",
  12. "log": "km:blocks/campfire/campfire_log"
  13. },
  14. "elements": [
  15. {
  16. "from": [1, 0, 0],
  17. "to": [5, 4, 16],
  18. "faces": {
  19. "north": {"uv": [0, 4, 4, 8], "texture": "#log"},
  20. "east": {"uv": [0, 1, 16, 5], "texture": "#log"},
  21. "south": {"uv": [0, 4, 4, 8], "texture": "#log"},
  22. "west": {"uv": [16, 0, 0, 4], "texture": "#log"},
  23. "up": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#log"},
  24. "down": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#log"}
  25. }
  26. },
  27. {
  28. "from": [0, 3, 11],
  29. "to": [16, 7, 15],
  30. "faces": {
  31. "north": {"uv": [16, 0, 0, 4], "texture": "#log"},
  32. "east": {"uv": [0, 4, 4, 8], "texture": "#log"},
  33. "south": {"uv": [0, 0, 16, 4], "texture": "#log"},
  34. "west": {"uv": [0, 4, 4, 8], "texture": "#log"},
  35. "up": {"uv": [0, 0, 16, 4], "rotation": 180, "texture": "#log"},
  36. "down": {"uv": [0, 4, 16, 8], "texture": "#log"}
  37. }
  38. },
  39. {
  40. "from": [11, 0, 0],
  41. "to": [15, 4, 16],
  42. "faces": {
  43. "north": {"uv": [0, 4, 4, 8], "texture": "#log"},
  44. "east": {"uv": [0, 0, 16, 4], "texture": "#log"},
  45. "south": {"uv": [0, 4, 4, 8], "texture": "#log"},
  46. "west": {"uv": [16, 1, 0, 5], "texture": "#log"},
  47. "up": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#log"},
  48. "down": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#log"}
  49. }
  50. },
  51. {
  52. "from": [0, 3, 1],
  53. "to": [16, 7, 5],
  54. "faces": {
  55. "north": {"uv": [0, 0, 16, 4], "texture": "#log"},
  56. "east": {"uv": [0, 4, 4, 8], "texture": "#log"},
  57. "south": {"uv": [16, 0, 0, 4], "texture": "#log"},
  58. "west": {"uv": [0, 4, 4, 8], "texture": "#log"},
  59. "up": {"uv": [0, 0, 16, 4], "rotation": 180, "texture": "#log"},
  60. "down": {"uv": [0, 4, 16, 8], "texture": "#log"}
  61. }
  62. },
  63. {
  64. "from": [5, 0, 0],
  65. "to": [11, 1, 16],
  66. "faces": {
  67. "north": {"uv": [0, 15, 6, 16], "texture": "#log"},
  68. "south": {"uv": [10, 15, 16, 16], "texture": "#log"},
  69. "up": {"uv": [0, 8, 16, 14], "rotation": 90, "texture": "#log"},
  70. "down": {"uv": [0, 8, 16, 14], "rotation": 90, "texture": "#log"}
  71. }
  72. }
  73. ]
  74. }