summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/nether_quartz_ore.json
blob: 0e84182154aa77ca09444f98b347079538b4b3ec (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/nether_quartz_ore"
      },
      {
        "model": "minecraft:block/nether_quartz_ore",
        "y": 90
      },
      {
        "model": "minecraft:block/nether_quartz_ore",
        "y": 180
      },
      {
        "model": "minecraft:block/nether_quartz_ore",
        "y": 270
      }
    ]
  }
}