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