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