Files
wireless-docs/public/assets/minecraft/items/red_bed.json

39 lines
707 B
JSON

{
"model": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:block/red_bed_head"
},
{
"type": "minecraft:model",
"model": "minecraft:block/red_bed_foot",
"transformation": {
"left_rotation": [
0.0,
0.0,
0.0,
1.0
],
"right_rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
1.0,
1.0
],
"translation": [
0.0,
0.0,
1.0
]
}
}
]
}
}