minecraft-src/assets/minecraft/models/block/template_single_face.json
2025-07-04 01:41:11 +03:00

13 lines
268 B
JSON

{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 0 ],
"faces": {
"north": { "texture": "#texture", "cullface":"north" }
}
}
]
}