mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-14 01:22:43 +00:00
18 lines
469 B
JSON
18 lines
469 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "block/vine",
|
||
|
"vine": "block/vine"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0, 0.8 ],
|
||
|
"to": [ 16, 16, 0.8 ],
|
||
|
"shade": false,
|
||
|
"faces": {
|
||
|
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#vine", "tintindex": 0 },
|
||
|
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|