summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/crafting_table.json
blob: 7d72b894cb4d1c65caf8518955fc1ec2985bb138 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "variants": {
    "": [
      {
        "model": "minecraft:block/crafting_table"
      },
      {
        "model": "minecraft:block/crafting_table",
        "y": 90
      },
      {
        "model": "minecraft:block/crafting_table",
        "y": 180
      },
      {
        "model": "minecraft:block/crafting_table",
        "y": 270
      }
    ]
  }
}