minecraft-assets/assets/minecraft/models/block/nether_portal_ns.json

16 lines
399 B
JSON

{
"textures": {
"particle": "block/nether_portal",
"portal": "block/nether_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" }
}
}
]
}