Advertisement
modblockminer

Item.json

May 14th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "parent": "block/cube",
  3. "textures": {
  4. "0": "stevemod:blocks/logoak"
  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"},
  15. "east": {"uv": [0, 0, 12, 1], "texture": "#0"},
  16. "south": {"uv": [0, 0, 12, 1], "texture": "#0"},
  17. "west": {"uv": [0, 0, 12, 1], "texture": "#0"},
  18. "up": {"uv": [0, 0, 12, 12], "texture": "#0"},
  19. "down": {"uv": [0, 0, 12, 12], "texture": "#0"}
  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"},
  29. "east": {"uv": [0, 0, 3, 7], "texture": "#0"},
  30. "south": {"uv": [0, 0, 3, 7], "texture": "#0"},
  31. "west": {"uv": [0, 0, 3, 7], "texture": "#0"},
  32. "up": {"uv": [0, 0, 3, 3], "texture": "#0"},
  33. "down": {"uv": [0, 0, 3, 3], "texture": "#0"}
  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"},
  43. "east": {"uv": [0, 0, 3, 7], "texture": "#0"},
  44. "south": {"uv": [0, 0, 3, 7], "texture": "#0"},
  45. "west": {"uv": [0, 0, 3, 7], "texture": "#0"},
  46. "up": {"uv": [0, 0, 3, 3], "texture": "#0"},
  47. "down": {"uv": [0, 0, 3, 3], "texture": "#0"}
  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"},
  57. "east": {"uv": [0, 0, 3, 7], "texture": "#0"},
  58. "south": {"uv": [0, 0, 3, 7], "texture": "#0"},
  59. "west": {"uv": [0, 0, 3, 7], "texture": "#0"},
  60. "up": {"uv": [0, 0, 3, 3], "texture": "#0"},
  61. "down": {"uv": [0, 0, 3, 3], "texture": "#0"}
  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"},
  71. "east": {"uv": [0, 0, 3, 7], "texture": "#0"},
  72. "south": {"uv": [0, 0, 3, 7], "texture": "#0"},
  73. "west": {"uv": [0, 0, 3, 7], "texture": "#0"},
  74. "up": {"uv": [0, 0, 3, 3], "texture": "#0"},
  75. "down": {"uv": [0, 0, 3, 3], "texture": "#0"}
  76. }
  77. },
  78. {
  79. "name": "cube",
  80. "from": [2, 8, 2],
  81. "to": [3, 16, 14],
  82. "shade": true,
  83. "faces": {
  84. "north": {"uv": [0, 0, 1, 8], "texture": "#0"},
  85. "east": {"uv": [0, 0, 12, 8], "texture": "#0"},
  86. "south": {"uv": [0, 0, 1, 8], "texture": "#0"},
  87. "west": {"uv": [0, 0, 12, 8], "texture": "#0"},
  88. "up": {"uv": [0, 0, 1, 12], "texture": "#0"},
  89. "down": {"uv": [0, 0, 1, 12], "texture": "#0"}
  90. }
  91. }
  92. ],
  93. "display": {"thirdperson_righthand": {}}
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement