64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
} |