Create/Update assets for version 1.8.8

This commit is contained in:
InventiveBot
2017-02-18 13:31:35 +00:00
parent edd2521bab
commit 9c7d903ae3
3820 changed files with 194840 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 7, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "uv": [ 7, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 7, 1, 15, 15 ], "texture": "#top" },
"north": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" },
"south": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" },
"west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" },
"east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }
}
}
]
}