minecraft-assets/assets/minecraft/models/block/vine_u.json

18 lines
471 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/vine",
"vine": "block/vine"
},
"elements": [
{ "from": [ 0, 15.2, 0 ],
"to": [ 16, 15.2, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }
}
}
]
}