mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"textures": {
|
|
"particle": "blocks/portal",
|
|
"portal": "blocks/portal"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [0, 0, 6],
|
|
"to": [16, 16, 10],
|
|
"faces": {
|
|
"north": { "uv": [0, 0, 16, 16], "texture": "#portal" },
|
|
"south": { "uv": [0, 0, 16, 16], "texture": "#portal" }
|
|
}
|
|
}
|
|
]
|
|
}
|