Advertisement
Guest User

Copper_bars_n.json

a guest
Apr 8th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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": [ 8, 0, 16, 16 ], "texture": "#bars" },
  13. "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
  14. }
  15. },
  16. { "from": [ 7, 0, 0 ],
  17. "to": [ 9, 16, 9 ],
  18. "faces": {
  19. "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
  20. "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }
  21. }
  22. },
  23. { "from": [ 7, 0.005, 0 ],
  24. "to": [ 9, 15.995, 9 ],
  25. "faces": {
  26. "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" },
  27. "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }
  28. }
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement