mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git
synced 2025-04-16 13:37:48 -07:00
17 lines
832 B
JSON
Executable File
17 lines
832 B
JSON
Executable File
{
|
|
"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 }
|
|
}
|
|
}
|