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

52 lines
1.9 KiB
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/lantern",
"all": "block/lantern"
},
"elements": [
{ "from": [ 5, 1, 5 ],
"to": [ 11, 8, 11 ],
"faces": {
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"},
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" },
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }
}
},
{ "from": [ 6, 8, 6 ],
"to": [ 10, 10, 10 ],
"faces": {
"down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"},
"up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" },
"north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }
}
},
{
"from": [ 6.5, 11, 8 ],
"to": [ 9.5, 15, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" },
"south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }
}
},
{
"from": [ 8, 10, 6.5 ],
"to": [ 8, 16, 9.5 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" },
"east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }
}
}
]
}