diff options
Diffstat (limited to 'assets/minecraft/blockstates/wheat.json')
| -rwxr-xr-x | assets/minecraft/blockstates/wheat.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/wheat.json b/assets/minecraft/blockstates/wheat.json new file mode 100755 index 00000000..fc40a137 --- /dev/null +++ b/assets/minecraft/blockstates/wheat.json | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | { | ||
| 2 | "multipart": [ | ||
| 3 | { "when": { "age": "0" }, | ||
| 4 | "apply": { "model": "block/wheat_stage0" } | ||
| 5 | }, | ||
| 6 | { "when": { "age": "1" }, | ||
| 7 | "apply": { "model": "block/wheat_stage1" } | ||
| 8 | }, | ||
| 9 | { "when": { "age": "2" }, | ||
| 10 | "apply": { "model": "block/wheat_stage2" } | ||
| 11 | }, | ||
| 12 | { "when": { "age": "3" }, | ||
| 13 | "apply": { "model": "block/wheat_stage3" } | ||
| 14 | }, | ||
| 15 | { "when": { "age": "4" }, | ||
| 16 | "apply": { "model": "block/wheat_stage4" } | ||
| 17 | }, | ||
| 18 | { "when": { "age": "5" }, | ||
| 19 | "apply": { "model": "block/wheat_stage5" } | ||
| 20 | }, | ||
| 21 | { "when": { "age": "6" }, | ||
| 22 | "apply": { "model": "block/wheat_stage6" } | ||
| 23 | }, | ||
| 24 | { "when": { "age": "7" }, | ||
| 25 | "apply": [ | ||
| 26 | { "model": "block/wheat_stage7" }, | ||
| 27 | { "model": "block/wheat_stage7b" }, | ||
| 28 | { "model": "block/wheat_stage7c" } ] | ||
| 29 | } | ||
| 30 | ] | ||
| 31 | } \ No newline at end of file | ||