ploof-pack/faithless/assets/minecraft/models/block/template_pane_post.json

33 lines
675 B
JSON

{
"ambientocclusion": false,
"textures": {
"1": "block/glass_pane_top",
"particle": "#1"
},
"elements": [
{
"from": [7, 0, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [7, 0, 9, 16], "texture": "#1"},
"south": {"uv": [7, 0, 9, 16], "texture": "#1"}
}
},
{
"from": [7, 0, 7],
"to": [9, 16, 9],
"faces": {
"up": {"uv": [7, 7, 9, 9], "texture": "#1", "cullface": "up"},
"down": {"uv": [7, 7, 9, 9], "texture": "#1", "cullface": "down"}
}
},
{
"from": [7, 0, 7],
"to": [9, 16, 9],
"faces": {
"east": {"uv": [7, 0, 9, 16], "texture": "#1"},
"west": {"uv": [7, 0, 9, 16], "texture": "#1"}
}
}
]
}