barrel.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "parent": "block/block",
  3. "ambientocclusion": false,
  4. "elements": [
  5. {
  6. "from": [ 0.00, 0.00, 0.00 ],
  7. "to": [ 2.00, 16.00, 16.00 ],
  8. "faces": {
  9. "down": { "texture": "#top" },
  10. "up": { "texture": "#top", "cullface": "up" },
  11. "north": { "texture": "#side", "cullface": "north" },
  12. "south": { "texture": "#side", "cullface": "south" },
  13. "west": { "texture": "#side", "cullface": "west" },
  14. "east": { "texture": "#sidev" }
  15. }
  16. },
  17. {
  18. "from": [ 2.00, 1.00, 2.00 ],
  19. "to": [ 14.00, 2.00, 14.00 ],
  20. "faces": {
  21. "down": { "texture": "#inside" }
  22. }
  23. },
  24. {
  25. "from": [ 14.00, 0.00, 0.00 ],
  26. "to": [ 16.00, 16.00, 16.00 ],
  27. "faces": {
  28. "down": { "texture": "#top" },
  29. "up": { "texture": "#top", "cullface": "up" },
  30. "north": { "texture": "#side", "cullface": "north" },
  31. "south": { "texture": "#side", "cullface": "south" },
  32. "west": { "texture": "#sidev" },
  33. "east": { "texture": "#side", "cullface": "east" }
  34. }
  35. },
  36. {
  37. "from": [ 2.00, 0.00, 0.00 ],
  38. "to": [ 14.00, 16.00, 2.00 ],
  39. "faces": {
  40. "down": { "texture": "#top" },
  41. "up": { "texture": "#top", "cullface": "up" },
  42. "north": { "texture": "#side", "cullface": "north" },
  43. "south": { "texture": "#sidev" },
  44. "west": { "texture": "#side", "cullface": "west" },
  45. "east": { "texture": "#side", "cullface": "east" }
  46. }
  47. },
  48. {
  49. "from": [ 2.00, 0.00, 14.00 ],
  50. "to": [ 14.00, 16.00, 16.00 ],
  51. "faces": {
  52. "down": { "texture": "#top" },
  53. "up": { "texture": "#top", "cullface": "up" },
  54. "north": { "texture": "#sidev" },
  55. "south": { "texture": "#side", "cullface": "south" },
  56. "west": { "texture": "#side", "cullface": "west" },
  57. "east": { "texture": "#side", "cullface": "east" }
  58. }
  59. },
  60. {
  61. "from": [ 2.00, 13.00, 2.00 ],
  62. "to": [ 14.00, 14.00, 14.00 ],
  63. "faces": {
  64. "up": { "texture": "#inside", "cullface": "up" }
  65. }
  66. }
  67. ]
  68. }