hoosiertransfer-mod/desktopRuntime/resources/assets/minecraft/models/block/pane_ns.json

21 lines
756 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#pane"
},
"elements": [
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false },
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane", "cull": false },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane", "cull": false }
}
}
]
}