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