Create/Update assets for version 1.11

This commit is contained in:
InventiveBot
2017-02-18 11:52:42 +00:00
parent edd2521bab
commit 9b6bc1b90f
4698 changed files with 297322 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 0 ],
"to": [ 8, 16, 8 ],
"faces": {
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 7 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
}
},
{ "from": [ 7, 0.001, 0 ],
"to": [ 9, 0.001, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 0 ],
"to": [ 9, 15.999, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
}
]
}