summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/soul_campfire.json
blob: 38375254c9a6bf31e3f3734e2a48a81131b157e1 (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
53
54
55
56
57
58
59
60
61
62
63
64
{
  "variants": {
    "facing=east,lit=false,signal_fire=false": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 270
    },
    "facing=east,lit=true,signal_fire=false": {
      "model": "minecraft:block/soul_campfire",
      "y": 270
    },
    "facing=north,lit=false,signal_fire=false": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 180
    },
    "facing=north,lit=true,signal_fire=false": {
      "model": "minecraft:block/soul_campfire",
      "y": 180
    },
    "facing=south,lit=false,signal_fire=false": {
      "model": "minecraft:block/soul_campfire_off"
    },
    "facing=south,lit=true,signal_fire=false": {
      "model": "minecraft:block/soul_campfire"
    },
    "facing=west,lit=false,signal_fire=false": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 90
    },
    "facing=west,lit=true,signal_fire=false": {
      "model": "minecraft:block/soul_campfire",
      "y": 90
    },
    "facing=east,lit=false,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 270
    },
    "facing=east,lit=true,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_signal",
      "y": 270
    },
    "facing=north,lit=false,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 180
    },
    "facing=north,lit=true,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_signal",
      "y": 180
    },
    "facing=south,lit=false,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_off"
    },
    "facing=south,lit=true,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_signal"
    },
    "facing=west,lit=false,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_off",
      "y": 90
    },
    "facing=west,lit=true,signal_fire=true": {
      "model": "minecraft:block/soul_campfire_signal",
      "y": 90
    }
  }
}