peytonplayz585-shadow-4.0/desktopRuntime/resources/assets/minecraft/models/block/portal_ew.json
2024-04-11 17:18:30 -04:00

16 lines
400 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" }
}
}
]
}