summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/smooth_quartz_slab.json
blob: f0e9dad6eab495e9226127d919c782ac7931f93d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "variants": {
    "type=bottom": {
      "model": "minecraft:block/smooth_quartz_slab"
    },
    "type=double": {
      "model": "minecraft:block/smooth_quartz_slab_double"
    },
    "type=top": {
      "model": "minecraft:block/smooth_quartz_slab_top"
    }
  }
}