summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/deepslate.json
blob: cdfc0802fe93add7c5727771bafacbcc3dbdb35a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "variants": {
    "axis=x": [
      {
        "model": "minecraft:block/deepslate",
        "x": 90,
        "y": 90
      },
      {
        "model": "minecraft:block/deepslate",
        "x": 90,
        "y": 90
      }
    ],
    "axis=y": [
      { "model": "minecraft:block/deepslate", "weight": 200 },
      { "model": "minecraft:block/deepslate", "weight": 200, "y": 180 }
    ],
    "axis=z": [
      {
        "model": "minecraft:block/deepslate",
        "x": 90
      },
      {
        "model": "minecraft:block/deepslate",
        "x": 90,
        "y": 180
      }
    ]
  }
}