17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"vine": "block/vine",
|
|
"particle": "block/vine"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 0, 0.1 ],
|
|
"to": [ 16, 16, 0.1 ],
|
|
"shade": false,
|
|
"faces": {
|
|
"north": {"uv": [16, 0, 0, 16], "texture": "#vine", "cullface": "north", "tintindex": 0},
|
|
"south": {"uv": [0, 0, 16, 16], "texture": "#vine", "tintindex": 0}
|
|
}
|
|
}
|
|
]
|
|
} |