real_hay_bed_head.json 1.2 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "textures": {
  3. "particle": "km:block/real_hay_block_side",
  4. "top": "km:block/real_hay_block_side",
  5. "side": "km:block/real_hay_block_top"
  6. },
  7. "elements": [
  8. { "from": [ 0, 0, 10 ],
  9. "to": [ 16, 4, 16 ],
  10. "faces": {
  11. "up": { "uv": [ 0, 16, 6, 0 ], "texture": "#top", "rotation": 90 },
  12. "down": { "uv": [ 10, 16, 16, 0 ], "texture": "#top", "rotation": 90 },
  13. "north": { "uv": [ 6, 16, 12, 0 ], "texture": "#top", "rotation": 270 },
  14. "south": { "uv": [ 4, 16, 10, 0 ], "texture": "#top", "rotation": 90 },
  15. "west": { "uv": [ 0, 0, 6, 4 ], "texture": "#side" },
  16. "east": { "uv": [ 0, 0, 6, 4 ], "texture": "#side" }
  17. }
  18. },
  19. { "from": [ 0, 0, 0 ],
  20. "to": [ 16, 2, 10 ],
  21. "faces": {
  22. "up": { "uv": [ 0, 16, 10, 0 ], "texture": "#top", "rotation": 90 },
  23. "down": { "uv": [ 0, 16, 10, 0 ], "texture": "#top", "rotation": 90 },
  24. "west": { "uv": [ 0, 0, 10, 2 ], "texture": "#side" },
  25. "east": { "uv": [ 0, 0, 10, 2 ], "texture": "#side" }
  26. }
  27. }
  28. ]
  29. }