summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/campfire.json
blob: f776653549bd5a2ad59b3cdb6390cf5e4bb6c3b4 (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/campfire_off",
      "y": 270
    },
    "facing=east,lit=true,signal_fire=false": {
      "model": "minecraft:block/campfire",
      "y": 270
    },
    "facing=north,lit=false,signal_fire=false": {
      "model": "minecraft:block/campfire_off",
      "y": 180
    },
    "facing=north,lit=true,signal_fire=false": {
      "model": "minecraft:block/campfire",
      "y": 180
    },
    "facing=south,lit=false,signal_fire=false": {
      "model": "minecraft:block/campfire_off"
    },
    "facing=south,lit=true,signal_fire=false": {
      "model": "minecraft:block/campfire"
    },
    "facing=west,lit=false,signal_fire=false": {
      "model": "minecraft:block/campfire_off",
      "y": 90
    },
    "facing=west,lit=true,signal_fire=false": {
      "model": "minecraft:block/campfire",
      "y": 90
    },
    "facing=east,lit=false,signal_fire=true": {
      "model": "minecraft:block/campfire_off",
      "y": 270
    },
    "facing=east,lit=true,signal_fire=true": {
      "model": "minecraft:block/campfire_signal",
      "y": 270
    },
    "facing=north,lit=false,signal_fire=true": {
      "model": "minecraft:block/campfire_off",
      "y": 180
    },
    "facing=north,lit=true,signal_fire=true": {
      "model": "minecraft:block/campfire_signal",
      "y": 180
    },
    "facing=south,lit=false,signal_fire=true": {
      "model": "minecraft:block/campfire_off"
    },
    "facing=south,lit=true,signal_fire=true": {
      "model": "minecraft:block/campfire_signal"
    },
    "facing=west,lit=false,signal_fire=true": {
      "model": "minecraft:block/campfire_off",
      "y": 90
    },
    "facing=west,lit=true,signal_fire=true": {
      "model": "minecraft:block/campfire_signal",
      "y": 90
    }
  }
}