mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-16 05:25:09 +01:00
Port to 1.21 & Add NeoForge support
This commit is contained in:
34
common/src/main/resources/assets/minecraft/blockstates/white_bed.json
Executable file
34
common/src/main/resources/assets/minecraft/blockstates/white_bed.json
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user