blob: 73bb9e17c256e74d34b06bf30f0bf01229ae3043 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"variants": {
"persistent=true": { "model": "minecraft:block/cherry_leaves_flowering" },
"persistent=false,distance=1": { "model": "minecraft:block/cherry_leaves" },
"persistent=false,distance=2": { "model": "minecraft:block/cherry_leaves" },
"persistent=false,distance=3": { "model": "minecraft:block/cherry_leaves" },
"persistent=false,distance=4": { "model": "minecraft:block/cherry_leaves_flowering" },
"persistent=false,distance=5": { "model": "minecraft:block/cherry_leaves_flowering" },
"persistent=false,distance=6": { "model": "minecraft:block/cherry_leaves_flowering" },
"persistent=false,distance=7": { "model": "minecraft:block/cherry_leaves_dead"}
}
}
|