Advertisement
Guest User

Minecraft Table Model

a guest
Feb 16th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. "__comment": "Fair warning, this format is highly likely to change even more in the future!",
  3. "name": "cube",
  4. "elements": [
  5. { "type": "cube",
  6. "from": [ 0, 14, 0 ],
  7. "to": [ 16, 16, 16 ],
  8. "shade": [ 0.5, 1.0, 0.8, 0.8, 0.6, 0.6 ],
  9. "uv": [
  10. [ 0, 0, 16, 16, "down" ],
  11. [ 0, 0, 16, 16, "up" ],
  12. [ 0, 16, 16, 14, "north" ],
  13. [ 0, 16, 16, 14, "south" ],
  14. [ 0, 16, 16, 14, "west" ],
  15. [ 0, 16, 16, 14, "east" ]
  16. ],
  17. "cull": [ true, true, true, true, true, true ]
  18. },
  19. { "type": "cube",
  20. "from": [ 7, 0, 7 ],
  21. "to": [ 9, 14, 9 ],
  22. "shade": [ 0.5, 1.0, 0.8, 0.8, 0.6, 0.6 ],
  23. "uv": [
  24. [ 0, 0, 0, 0, "down" ],
  25. [ 0, 0, 0, 0, "up" ],
  26. [ 0, 0, 0, 0, "north" ],
  27. [ 0, 0, 0, 0, "south" ],
  28. [ 0, 0, 0, 0, "west" ],
  29. [ 0, 0, 0, 0, "east" ]
  30. ],
  31. "cull": [ true, true, true, true, true, true ]
  32. },
  33. { "type": "cube",
  34. "from": [ 0, 0, 0 ],
  35. "to": [ 16, 1, 16 ],
  36. "shade": [ 0.5, 1.0, 0.8, 0.8, 0.6, 0.6 ],
  37. "uv": [
  38. [ 0, 0, 0, 0, "down" ],
  39. [ 0, 0, 0, 0, "up" ],
  40. [ 0, 0, 0, 0, "north" ],
  41. [ 0, 0, 0, 0, "south" ],
  42. [ 0, 0, 0, 0, "west" ],
  43. [ 0, 0, 0, 0, "east" ]
  44. ],
  45. "cull": [ true, true, true, true, true, true ]
  46. }
  47.  
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement