Advertisement
Guest User

Copper_bars_ne.json

a guest
Apr 8th, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 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, 8 ],
  11. "faces": {
  12. "west": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" },
  13. "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
  14. }
  15. },
  16. { "from": [ 7, 0, 0 ],
  17. "to": [ 9, 16, 0 ],
  18. "faces": {
  19. "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
  20. }
  21. },
  22. { "from": [ 7, 0.005, 0 ],
  23. "to": [ 9, 15.995, 9 ],
  24. "faces": {
  25. "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" },
  26. "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }
  27. }
  28. },
  29. { "from": [ 8, 0, 8 ],
  30. "to": [ 16, 16, 8 ],
  31. "faces": {
  32. "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" },
  33. "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
  34. }
  35. },
  36. { "from": [ 0, 0, 7 ],
  37. "to": [ 16, 16, 9 ],
  38. "faces": {
  39. "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" }
  40. }
  41. },
  42. { "from": [ 9, 0.005, 7 ],
  43. "to": [ 16, 15.995, 9 ],
  44. "faces": {
  45. "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 },
  46. "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 }
  47. }
  48. }
  49. ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement