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