Advertisement
Guest User

Untitled

a guest
Mar 25th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. {
  2. "textures": {
  3. "particle": "rituals:blocks/pedestal",
  4. "top": "rituals:blocks/pedestal",
  5. "bottom": "rituals:blocks/pedestal",
  6. "upperside": "rituals:blocks/pedestal",
  7. "upperbottom": "rituals:blocks/pedestal",
  8. "lowerside": "rituals:blocks/pedestal",
  9. "lowertop": "rituals:blocks/pedestal",
  10. "middleside": "rituals:blocks/pedestal"
  11. },
  12. "elements": [
  13. { "from": [ 0, 4, 0 ],
  14. "to": [ 6, 10, 6 ],
  15. "faces": {
  16. "north": { "texture": "#middleside", "cull": "north" },
  17. "south": { "texture": "#middleside", "cull": "south" },
  18. "west": { "texture": "#middleside", "cull": "west" },
  19. "east": { "texture": "#middleside", "cull": "east" }
  20. }
  21. },
  22. { "from": [ 0, 0, 0 ],
  23. "to": [ 16, 4, 16 ],
  24. "faces": {
  25. "down": { "texture": "#bottom", "cull": "down" },
  26. "up": { "texture": "#lowertop", "cull": "up" },
  27. "north": { "texture": "#lowerside", "cull": "north" },
  28. "south": { "texture": "#lowerside", "cull": "south" },
  29. "west": { "texture": "#lowerside", "cull": "west" },
  30. "east": { "texture": "#lowerside", "cull": "east" }
  31. }
  32. },
  33. { "from": [ 0, 14, 0 ],
  34. "to": [ 12, 2, 12 ],
  35. "faces": {
  36. "down": { "texture": "#upperbottom", "cull": "down" },
  37. "up": { "texture": "#top", "cull": "up" },
  38. "north": { "texture": "#upperside", "cull": "north" },
  39. "south": { "texture": "#upperside", "cull": "south" },
  40. "west": { "texture": "#upperside", "cull": "west" },
  41. "east": { "texture": "#upperside", "cull": "east" }
  42. }
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement