Skip to content

Instantly share code, notes, and snippets.

/cake_slice4.json

Created Mar 5, 2014
Embed
What would you like to do?
{
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
"name": "cake_slice4",
"elements": [
{ "type": "cube",
"from": [ 9, 0, 1 ],
"to": [ 15, 8, 15 ],
"faceData": [
{
"uv": [ 9, 1, 15, 15 ],
"textureFacing": "down"
},
{
"uv": [ 9, 1, 15, 15 ],
"textureFacing": "up",
"cull": false
},
{
"uv": [ 1, 8, 7, 16 ],
"textureFacing": "north",
"cull": false
},
{
"uv": [ 1, 8, 7, 16 ],
"textureFacing": "south",
"cull": false
},
{
"uv": [ 1, 8, 15, 16 ],
"textureFacing": "west",
"cull": false
},
{
"uv": [ 1, 8, 15, 16 ],
"textureFacing": "east",
"cull": false
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment