Files
minecraft-assets/assets/minecraft/models/block/mossy_carpet_side.json
2024-10-23 18:31:37 +02:00

17 lines
398 B
JSON

{
"ambientocclusion": true,
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0.1 ],
"to": [ 16, 16, 0.1 ],
"shade": true,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#side"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side"}
}
}
]
}