summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/scaffolding.json
blob: 5639f945eab46687b1ad979167bf99a6d153e114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "variants": {
    "distance=0,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=0,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=1,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=1,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=2,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=2,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=3,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=3,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=4,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=4,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=5,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=5,bottom=true": { "model": "minecraft:block/scaffolding_unstable" },
    "distance=6,bottom=false": { "model": "minecraft:block/scaffolding_stable" },
    "distance=6,bottom=true": { "model": "minecraft:block/scaffolding_danger" }
  }
}