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