Create/Update assets for version 18w02a

This commit is contained in:
InventiveBot
2018-01-13 19:20:05 +00:00
parent edd2521bab
commit 14f9124205
4991 changed files with 321694 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"variants": {
"age=0,facing=south": { "model": "cocoa_stage0" },
"age=0,facing=west": { "model": "cocoa_stage0", "y": 90 },
"age=0,facing=north": { "model": "cocoa_stage0", "y": 180 },
"age=0,facing=east": { "model": "cocoa_stage0", "y": 270 },
"age=1,facing=south": { "model": "cocoa_stage1" },
"age=1,facing=west": { "model": "cocoa_stage1", "y": 90 },
"age=1,facing=north": { "model": "cocoa_stage1", "y": 180 },
"age=1,facing=east": { "model": "cocoa_stage1", "y": 270 },
"age=2,facing=south": { "model": "cocoa_stage2" },
"age=2,facing=west": { "model": "cocoa_stage2", "y": 90 },
"age=2,facing=north": { "model": "cocoa_stage2", "y": 180 },
"age=2,facing=east": { "model": "cocoa_stage2", "y": 270 }
}
}