mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "blocks/ladder",
|
|
"texture": "blocks/ladder"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 15.2],
|
|
"to": [16, 16, 15.2],
|
|
"shade": false,
|
|
"faces": {
|
|
"north": { "uv": [0, 0, 16, 16], "texture": "#texture" },
|
|
"south": { "uv": [0, 0, 16, 16], "texture": "#texture" }
|
|
}
|
|
}
|
|
]
|
|
}
|