mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git
synced 2025-04-21 07:57:43 -07:00
13 lines
569 B
JSON
Executable File
13 lines
569 B
JSON
Executable File
{
|
|
"variants": {
|
|
"facing=north,part=foot": { "model": "bed_foot", "y": 180 },
|
|
"facing=east,part=foot": { "model": "bed_foot", "y": 270 },
|
|
"facing=south,part=foot": { "model": "bed_foot" },
|
|
"facing=west,part=foot": { "model": "bed_foot", "y": 90 },
|
|
"facing=north,part=head": { "model": "bed_head", "y": 180 },
|
|
"facing=east,part=head": { "model": "bed_head", "y": 270 },
|
|
"facing=south,part=head": { "model": "bed_head" },
|
|
"facing=west,part=head": { "model": "bed_head", "y": 90 }
|
|
}
|
|
}
|