17 lines
832 B
JSON
17 lines
832 B
JSON
{
|
|
"variants": {
|
|
"age=0,facing=south": { "model": "cocoa_age0_s" },
|
|
"age=0,facing=west": { "model": "cocoa_age0_s", "y": 90 },
|
|
"age=0,facing=north": { "model": "cocoa_age0_s", "y": 180 },
|
|
"age=0,facing=east": { "model": "cocoa_age0_s", "y": 270 },
|
|
"age=1,facing=south": { "model": "cocoa_age1_s" },
|
|
"age=1,facing=west": { "model": "cocoa_age1_s", "y": 90 },
|
|
"age=1,facing=north": { "model": "cocoa_age1_s", "y": 180 },
|
|
"age=1,facing=east": { "model": "cocoa_age1_s", "y": 270 },
|
|
"age=2,facing=south": { "model": "cocoa_age2_s" },
|
|
"age=2,facing=west": { "model": "cocoa_age2_s", "y": 90 },
|
|
"age=2,facing=north": { "model": "cocoa_age2_s", "y": 180 },
|
|
"age=2,facing=east": { "model": "cocoa_age2_s", "y": 270 }
|
|
}
|
|
}
|