diff options
Diffstat (limited to 'assets/minecraft/blockstates/cherry_sapling.json')
| -rwxr-xr-x | assets/minecraft/blockstates/cherry_sapling.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/cherry_sapling.json b/assets/minecraft/blockstates/cherry_sapling.json new file mode 100755 index 00000000..8761fe5c --- /dev/null +++ b/assets/minecraft/blockstates/cherry_sapling.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "stage=0": { "model": "block/cherry_sapling" }, | ||
| 4 | "stage=1": { "model": "block/cherry_sapling2" } | ||
| 5 | } | ||
| 6 | } | ||