resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/pane_n.json

21 lines
736 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"ambientocclusion": false,
"textures": {
"particle": "#pane"
},
"elements": [
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
"west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" },
"east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" }
}
}
]
}