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