Create/Update assets for version 1.11.2

This commit is contained in:
InventiveBot
2017-02-18 11:55:07 +00:00
parent edd2521bab
commit fa3dc54dbb
4700 changed files with 297331 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 0, 0, 8 ],
"to": [ 8, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": 45
},
"faces": {
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}