Advertisement
Guest User

Copper_bars_nse.json

a guest
Apr 8th, 2015
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. {
  2. "ambientocclusion": false,
  3. "textures": {
  4. "particle": "smith:blocks/copper_bars",
  5. "bars": "smith:blocks/copper_bars",
  6. "edge": "smith:blocks/copper_bars"
  7. },
  8. "elements": [
  9. { "from": [ 8, 0, 0 ],
  10. "to": [ 8, 16, 16 ],
  11. "faces": {
  12. "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" },
  13. "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }
  14. }
  15. },
  16. { "from": [ 7, 0, 0 ],
  17. "to": [ 9, 16, 16 ],
  18. "faces": {
  19. "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
  20. "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }
  21. }
  22. },
  23. { "from": [ 7, 0.005, 0 ],
  24. "to": [ 9, 15.995, 16 ],
  25. "faces": {
  26. "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
  27. "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" }
  28. }
  29. },
  30. { "from": [ 8, 0, 8 ],
  31. "to": [ 16, 16, 8 ],
  32. "faces": {
  33. "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" },
  34. "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
  35. }
  36. },
  37. { "from": [ 0, 0, 7 ],
  38. "to": [ 16, 16, 9 ],
  39. "faces": {
  40. "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" }
  41. }
  42. },
  43. { "from": [ 9, 0.005, 7 ],
  44. "to": [ 16, 15.995, 9 ],
  45. "faces": {
  46. "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 },
  47. "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 }
  48. }
  49. }
  50. ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement