Advertisement
Guest User

stupidity

a guest
Sep 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. {
  2. "__comment": "Designed by Tristaric with BDcraft Cubik PRO 0.96 Beta - http://bdcraft.net",
  3. "textures": {
  4. "texture": {
  5. "layer0": "forge:items/bucket_cover",
  6. "layer1": "forge:items/bucket_fluid"
  7. },
  8. "elements": [
  9. {
  10. "from": [ 5, 4, 5 ],
  11. "to": [ 11, 5, 11 ],
  12. "faces": {
  13. "down": { "uv": [ 7, 15, 1, 9 ], "texture": "#texture" },
  14. "up": { "uv": [ 1, 9, 7, 15 ], "texture": "#texture" }
  15. }
  16. },
  17. {
  18. "from": [ 4, 4, 4 ],
  19. "to": [ 5, 12, 12 ],
  20. "faces": {
  21. "down": { "uv": [ 8, 8, 7, 0 ], "texture": "#texture" },
  22. "up": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" },
  23. "north": { "uv": [ 7, 0, 8, 8 ], "texture": "#texture" },
  24. "south": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" },
  25. "west": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" },
  26. "east": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" }
  27. }
  28. },
  29. {
  30. "from": [ 11, 4, 4 ],
  31. "to": [ 12, 12, 12 ],
  32. "faces": {
  33. "down": { "uv": [ 8, 8, 7, 0 ], "texture": "#texture" },
  34. "up": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" },
  35. "north": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" },
  36. "south": { "uv": [ 7, 0, 8, 8 ], "texture": "#texture" },
  37. "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#texture" },
  38. "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#texture" }
  39. }
  40. },
  41. {
  42. "from": [ 5, 4, 4 ],
  43. "to": [ 11, 12, 5 ],
  44. "faces": {
  45. "down": { "uv": [ 7, 8, 1, 7 ], "texture": "#texture" },
  46. "up": { "uv": [ 1, 0, 7, 1 ], "texture": "#texture" },
  47. "north": { "uv": [ 1, 0, 7, 8 ], "texture": "#texture" },
  48. "south": { "uv": [ 9, 0, 15, 8 ], "texture": "#texture" }
  49. }
  50. },
  51. {
  52. "from": [ 5, 5, 5 ],
  53. "to": [ 11, 11, 11 ],
  54. "faces": {
  55. "up": { "uv": [ 9, 9, 15, 15 ], "texture": "#texture" }
  56. }
  57. },
  58. {
  59. "from": [ 5, 4, 11 ],
  60. "to": [ 11, 12, 12 ],
  61. "faces": {
  62. "down": { "uv": [ 7, 8, 1, 7 ], "texture": "#texture" },
  63. "up": { "uv": [ 1, 0, 7, 1 ], "texture": "#texture" },
  64. "north": { "uv": [ 9, 0, 15, 8 ], "texture": "#texture" },
  65. "south": { "uv": [ 1, 0, 7, 8 ], "texture": "#texture" }
  66. }
  67. }
  68. ],
  69. "display": {
  70. "thirdperson_righthand": {
  71. "rotation": [ 75, 45, 0 ],
  72. "translation": [ 0, 2.5, 0 ],
  73. "scale": [ 0.6, 0.6, 0.6 ]
  74. },
  75. "thirdperson_lefthand": {
  76. "rotation": [ 75, 45, 0 ],
  77. "translation": [ 0, 2.5, 0 ],
  78. "scale": [ 0.6, 0.6, 0.6 ]
  79. },
  80. "head": {
  81. "rotation": [ 0, 0, 0 ],
  82. "translation": [ 0, 10, 0 ],
  83. "scale": [ 1, 1, 1 ]
  84. },
  85. "ground": {
  86. "rotation": [ 0, 0, 0 ],
  87. "translation": [ 0, 3, 0 ],
  88. "scale": [ 0.5, 0.5, 0.5 ]
  89. },
  90. "fixed": {
  91. "rotation": [ 0, 0, 0 ],
  92. "translation": [ 0, 0, 0 ],
  93. "scale": [ 1, 1, 1 ]
  94. },
  95. "firstperson_righthand": {
  96. "rotation": [ 0, 16, 0 ],
  97. "translation": [ 0, 0, 0 ],
  98. "scale": [ 0.7, 0.7, 0.7 ]
  99. },
  100. "gui": {
  101. "rotation": [ 30, 225, 0 ],
  102. "translation": [ 0, 0, 0 ],
  103. "scale": [ 0.625, 0.625, 0.625 ]
  104. }
  105. }
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement