LTDV9/packet/resourcepacks/§6落幕曲专用 - 任务ui/assets/ftbquests/models/item/lootcrate.json
3944Realms 459b1b8b89
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 2m8s
再次初始化
2026-01-28 17:45:31 +08:00

158 lines
2.0 KiB
JSON

{
"parent": "block/block",
"textures": {
"side_outline": "ftbquests:item/lootcrate/side_outline",
"top_outline": "ftbquests:item/lootcrate/top_outline",
"front_outline": "ftbquests:item/lootcrate/front_outline",
"side": "ftbquests:item/lootcrate/side",
"top": "ftbquests:item/lootcrate/top",
"front": "ftbquests:item/lootcrate/front",
"particle": "ftbquests:item/lootcrate/front_outline"
},
"elements": [
{
"from": [
1,
0,
1
],
"to": [
15,
14,
15
],
"faces": {
"north": {
"uv": [
1,
2,
15,
16
],
"texture": "#front_outline"
},
"east": {
"uv": [
1,
2,
15,
16
],
"texture": "#side_outline"
},
"south": {
"uv": [
1,
2,
15,
16
],
"texture": "#side_outline"
},
"west": {
"uv": [
1,
2,
15,
16
],
"texture": "#side_outline"
},
"up": {
"uv": [
1,
1,
15,
15
],
"texture": "#top_outline"
},
"down": {
"uv": [
1,
1,
15,
15
],
"texture": "#top_outline",
"cullface": "down"
}
}
},
{
"from": [
1,
0,
1
],
"to": [
15,
14,
15
],
"faces": {
"north": {
"uv": [
1,
2,
15,
16
],
"texture": "#front",
"tintindex": 0
},
"east": {
"uv": [
1,
2,
15,
16
],
"texture": "#side",
"tintindex": 0
},
"south": {
"uv": [
1,
2,
15,
16
],
"texture": "#side",
"tintindex": 0
},
"west": {
"uv": [
1,
2,
15,
16
],
"texture": "#side",
"tintindex": 0
},
"up": {
"uv": [
1,
1,
15,
15
],
"texture": "#top",
"tintindex": 0
},
"down": {
"uv": [
1,
1,
15,
15
],
"texture": "#top",
"cullface": "down",
"tintindex": 0
}
}
}
]
}