Skip to content

Instantly share code, notes, and snippets.

@Keridos
Last active February 3, 2016 13:27
Show Gist options
  • Save Keridos/80cd82e5c0ed524917f6 to your computer and use it in GitHub Desktop.
Save Keridos/80cd82e5c0ed524917f6 to your computer and use it in GitHub Desktop.
{
"elements": [{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": {
"texture": "#bottom",
"cullface": "down",
"tintindex": 1
},
"up": {
"texture": "#top",
"cullface": "up",
"tintindex": 1
},
"north": {
"texture": "#side",
"cullface": "north",
"tintindex": 1
},
"south": {
"texture": "#side",
"cullface": "south",
"tintindex": 1
},
"west": {
"texture": "#side",
"cullface": "west",
"tintindex": 1
},
"east": {
"texture": "#side",
"cullface": "east",
"tintindex": 1
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment