mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-17 05:55:09 +01:00
First release :)
This commit is contained in:
34
src/main/resources/assets/minecraft/blockstates/red_bed.json
Normal file
34
src/main/resources/assets/minecraft/blockstates/red_bed.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,part=head": {
|
||||
"model": "minecraft:block/red_bed_head",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,part=head": {
|
||||
"model": "minecraft:block/red_bed_head",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,part=head": {
|
||||
"model": "minecraft:block/red_bed_head"
|
||||
},
|
||||
"facing=west,part=head": {
|
||||
"model": "minecraft:block/red_bed_head",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,part=foot": {
|
||||
"model": "minecraft:block/red_bed_foot",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,part=foot": {
|
||||
"model": "minecraft:block/red_bed_foot",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,part=foot": {
|
||||
"model": "minecraft:block/red_bed_foot"
|
||||
},
|
||||
"facing=west,part=foot": {
|
||||
"model": "minecraft:block/red_bed_foot",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user