Advertisement
modblockminer

models.block.blockoakchair.json

May 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. {
  2. "textures": {
  3. "0": "stevemod:blocks/logoak",
  4. "particle": "blocks/log_oak"
  5. },
  6.  
  7. "elements": [
  8. {
  9. "name": "cube",
  10. "from": [2, 7, 2],
  11. "to": [14, 8, 14],
  12. "shade": true,
  13. "faces": {
  14. "north": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "north"},
  15. "east": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "east"},
  16. "south": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "south"},
  17. "west": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "west"},
  18. "up": {"uv": [0, 0, 12, 12], "texture": "#0", "cullface": "up"},
  19. "down": {"uv": [0, 0, 12, 12], "texture": "#0", "cullface": "down"}
  20. }
  21. },
  22. {
  23. "name": "cube",
  24. "from": [2, 0, 2],
  25. "to": [5, 7, 5],
  26. "shade": true,
  27. "faces": {
  28. "north": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "north"},
  29. "east": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "east"},
  30. "south": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "south"},
  31. "west": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "west"},
  32. "up": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "up"},
  33. "down": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "down"}
  34. }
  35. },
  36. {
  37. "name": "cube",
  38. "from": [11, 0, 2],
  39. "to": [14, 7, 5],
  40. "shade": true,
  41. "faces": {
  42. "north": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "north"},
  43. "east": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "east"},
  44. "south": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "south"},
  45. "west": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "west"},
  46. "up": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "up"},
  47. "down": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "down"}
  48. }
  49. },
  50. {
  51. "name": "cube",
  52. "from": [2, 0, 11],
  53. "to": [5, 7, 14],
  54. "shade": true,
  55. "faces": {
  56. "north": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "north"},
  57. "east": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "east"},
  58. "south": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "south"},
  59. "west": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "west"},
  60. "up": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "up"},
  61. "down": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "down"}
  62. }
  63. },
  64. {
  65. "name": "cube",
  66. "from": [11, 0, 11],
  67. "to": [14, 7, 14],
  68. "shade": true,
  69. "faces": {
  70. "north": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "north"},
  71. "east": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "east"},
  72. "south": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "south"},
  73. "west": {"uv": [0, 0, 3, 7], "texture": "#0", "cullface": "west"},
  74. "up": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "up"},
  75. "down": {"uv": [0, 0, 3, 3], "texture": "#0", "cullface": "down"}
  76. }
  77. },
  78. {
  79. "name": "cube",
  80. "from": [2, 8, 13],
  81. "to": [14, 16, 14],
  82. "shade": true,
  83. "faces": {
  84. "north": {"uv": [0, 0, 12, 8], "texture": "#0", "cullface": "north"},
  85. "east": {"uv": [0, 0, 1, 8], "texture": "#0", "cullface": "east"},
  86. "south": {"uv": [0, 0, 12, 8], "texture": "#0", "cullface": "south"},
  87. "west": {"uv": [0, 0, 1, 8], "texture": "#0", "cullface": "west"},
  88. "up": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "up"},
  89. "down": {"uv": [0, 0, 12, 1], "texture": "#0", "cullface": "down"}
  90. }
  91. }
  92. ]
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement