Files
wireless-docs/assets/minecraft/items/green_bed.json
2026-07-03 22:04:34 -04:00

39 lines
711 B
JSON

{
"model": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:block/green_bed_head"
},
{
"type": "minecraft:model",
"model": "minecraft:block/green_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
]
}
}
]
}
}