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