wip wip. vite build, web components

This commit is contained in:
David Allemang
2026-07-06 17:09:00 -04:00
parent 70817082e3
commit a31a5ae405
11198 changed files with 1266 additions and 37078 deletions

View File

@@ -0,0 +1,34 @@
{
"variants": {
"facing=east,part=foot": {
"model": "minecraft:block/gray_bed_foot",
"y": 90
},
"facing=east,part=head": {
"model": "minecraft:block/gray_bed_head",
"y": 90
},
"facing=north,part=foot": {
"model": "minecraft:block/gray_bed_foot"
},
"facing=north,part=head": {
"model": "minecraft:block/gray_bed_head"
},
"facing=south,part=foot": {
"model": "minecraft:block/gray_bed_foot",
"y": 180
},
"facing=south,part=head": {
"model": "minecraft:block/gray_bed_head",
"y": 180
},
"facing=west,part=foot": {
"model": "minecraft:block/gray_bed_foot",
"y": 270
},
"facing=west,part=head": {
"model": "minecraft:block/gray_bed_head",
"y": 270
}
}
}