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

22 lines
791 B
JSON

{ "parent": "block/block",
"textures": {
"particle": "blocks/endframe_side",
"bottom": "blocks/end_stone",
"top": "blocks/endframe_top",
"side": "blocks/endframe_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 13, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }
}
}
]
}