resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/portal_ns.json

16 lines
402 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"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" }
}
}
]
}