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