Files
BetterBeds/common/src/main/resources/assets/minecraft/blockstates/white_bed.json
2024-06-17 14:55:41 +02:00

34 lines
805 B
JSON
Executable File

{
"variants": {
"facing=east,part=head": {
"model": "minecraft:block/white_bed_head",
"y": 270
},
"facing=north,part=head": {
"model": "minecraft:block/white_bed_head",
"y": 180
},
"facing=south,part=head": {
"model": "minecraft:block/white_bed_head"
},
"facing=west,part=head": {
"model": "minecraft:block/white_bed_head",
"y": 90
},
"facing=east,part=foot": {
"model": "minecraft:block/white_bed_foot",
"y": 270
},
"facing=north,part=foot": {
"model": "minecraft:block/white_bed_foot",
"y": 180
},
"facing=south,part=foot": {
"model": "minecraft:block/white_bed_foot"
},
"facing=west,part=foot": {
"model": "minecraft:block/white_bed_foot",
"y": 90
}
}
}