Skip to content

Instantly share code, notes, and snippets.

@wesserboy
Created July 12, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesserboy/26c88e64bafa39c7204bb36421e7b8c5 to your computer and use it in GitHub Desktop.
Save wesserboy/26c88e64bafa39c7204bb36421e7b8c5 to your computer and use it in GitHub Desktop.
{
"textures": {
"all": "blocks/obsidian",
"particle": "blocks/obsidian"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 4, 14],
"faces": {
"down": {"uv": [2, 2, 14, 14], "texture": "all"},
"up": {"uv": [2, 2, 14, 14], "texture": "all"},
"north": {"uv": [2, 12, 14, 16], "texture": "all"},
"south": {"uv": [2, 12, 14, 16], "texture": "all"},
"west": {"uv": [2, 12, 14, 16], "texture": "all"},
"east": {"uv": [2, 12, 14, 16], "texture": "all"}
}
},
{
"from": [4, 4, 4],
"to": [12, 8, 12],
"faces": {
"down": {"uv": [4, 4, 12, 12], "texture": "all"},
"up": {"uv": [4, 4, 12, 12], "texture": "all"},
"north": {"uv": [4, 8, 12, 12], "texture": "all"},
"south": {"uv": [4, 8, 12, 12], "texture": "all"},
"west": {"uv": [4, 8, 12, 12], "texture": "all"},
"east": {"uv": [4, 8, 12, 12], "texture": "all"}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment