2025-01-20 11:24:16 -08:00

17 lines
323 B
JSON

{
"textures": {
"particle": "blocks/portal",
"portal": "blocks/portal"
},
"elements": [
{
"from": [6, 0, 0],
"to": [10, 16, 16],
"faces": {
"east": { "uv": [0, 0, 16, 16], "texture": "#portal" },
"west": { "uv": [0, 0, 16, 16], "texture": "#portal" }
}
}
]
}