mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
40 lines
843 B
JSON
40 lines
843 B
JSON
{
|
|
"textures": {
|
|
"particle": "#texture"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 13],
|
|
"to": [16, 16, 16],
|
|
"faces": {
|
|
"down": {
|
|
"uv": [0, 13, 16, 16],
|
|
"texture": "#texture",
|
|
"cullface": "down"
|
|
},
|
|
"up": {
|
|
"uv": [0, 16, 16, 13],
|
|
"texture": "#texture",
|
|
"cullface": "up"
|
|
},
|
|
"north": { "uv": [0, 0, 16, 16], "texture": "#texture" },
|
|
"south": {
|
|
"uv": [0, 0, 16, 16],
|
|
"texture": "#texture",
|
|
"cullface": "south"
|
|
},
|
|
"west": {
|
|
"uv": [16, 0, 13, 16],
|
|
"texture": "#texture",
|
|
"cullface": "west"
|
|
},
|
|
"east": {
|
|
"uv": [13, 0, 16, 16],
|
|
"texture": "#texture",
|
|
"cullface": "east"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|