First release :)

This commit is contained in:
Motschen
2021-02-06 12:22:10 +01:00
parent 46997ec9c5
commit 40f5398252
82 changed files with 1604 additions and 1 deletions

View 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
}
}
}