minecraft-src/assets/minecraft/models/block/template_leaf_litter_4.json
2025-07-04 03:45:38 +03:00

16 lines
349 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#texture"
},
"elements": [
{
"from": [0, 0.25, 0],
"to": [16, 0.25, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#texture", "tintindex": 0},
"down": {"uv": [0, 16, 16, 0], "texture": "#texture", "tintindex": 0}
}
}
]
}