summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/target.json
blob: 7384f56f27264a66aee261bec95b29d4a8d36de0 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "variants": {
    "power=0": {
      "model": "minecraft:block/target"
    },
    "power=1": {
      "model": "minecraft:block/target_1"
    },
    "power=2": {
      "model": "minecraft:block/target_2"
    },
    "power=3": {
      "model": "minecraft:block/target_3"
    },
    "power=4": {
      "model": "minecraft:block/target_4"
    },
    "power=5": {
      "model": "minecraft:block/target_5"
    },
    "power=6": {
      "model": "minecraft:block/target_6"
    },
    "power=7": {
      "model": "minecraft:block/target_7"
    },
    "power=8": {
      "model": "minecraft:block/target_8"
    },
    "power=9": {
      "model": "minecraft:block/target_9"
    },
    "power=10": {
      "model": "minecraft:block/target_10"
    },
    "power=11": {
      "model": "minecraft:block/target_11"
    },
    "power=12": {
      "model": "minecraft:block/target_12"
    },
    "power=13": {
      "model": "minecraft:block/target_13"
    },
    "power=14": {
      "model": "minecraft:block/target_14"
    },
    "power=15": {
      "model": "minecraft:block/target_15"
    }
  }
}