Advertisement
MrCheeze

Untitled

Feb 19th, 2014
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "__comment": "Fair warning, this format is highly likely to change even more in the future!",
  3. "name": "cactus",
  4. "inventoryRender3D": false,
  5. "elements": [
  6. { "type": "cube",
  7. "from": [ -512, -256, 0 ],
  8. "to": [ 528, 272, 16 ],
  9. "shade": [ 0.5, 1.0, 0.8, 0.8, 0.6, 0.6 ],
  10. "uv": [
  11. [ -512, 0, 528, 16, "down" ],
  12. [ -512, 0, 528, 16, "up" ],
  13. [ -512, -256, 528, 272, "north" ],
  14. [ -512, -256, 528, 272, "south" ],
  15. [ 0, -256, 16, 272, "west" ],
  16. [ 0, -256, 16, 272, "east" ]
  17. ]
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement