summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/flowering_azalea_leaves.json
blob: a21c2bfc53d1e60639412f6aaa091d39110d70f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "variants": {
    "persistent=true": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=1": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=2": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=3": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=4": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=5": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=6": { "model": "minecraft:block/flowering_azalea_leaves" },
    "persistent=false,distance=7": { "model": "minecraft:block/azalea_leaves_dead"}
  }
}