Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "__comment": "Fair warning, this format is highly likely to change even more in the future!",
- "useAmbientOcclusion": false,
- "elements": [
- { "__comment": "Inner cube",
- "type": "cube",
- "from": [ 0, 0, 0 ],
- "to": [ 16, 16, 16 ],
- "faceData": {
- "down": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "down" },
- "up": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "up" },
- "north": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "north" },
- "south": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "south" },
- "west": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "west" },
- "east": { "uv": [ 0, 0, 16, 16 ], "textureFacing": "east" }
- }
- },
- { "__comment": "Upper gem 1",
- "type": "cube",
- "from": [ 2, 16, 4 ],
- "to": [ 4, 16.5, 6 ],
- "faceData": {
- "south": { "uv": [ 5, 2, 6, 4 ], "cull": false, "textureFacing": "up" },
- "north": { "uv": [ 4, 2, 5, 4 ], "cull": false, "textureFacing": "up" },
- "up": { "uv": [ 2, 4, 4, 6 ], "textureFacing": "up" },
- "east": { "uv": [ 4, 3, 6, 4 ], "cull": false, "textureFacing": "up", "rotation": 90 },
- "west": { "uv": [ 1, 1, 3, 2 ], "cull": false, "textureFacing": "west" }
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment