minecraft-assets/assets/minecraft/blockstates/campfire.json

13 lines
613 B
JSON

{
"variants": {
"facing=north,lit=true": { "model": "block/campfire", "y": 180 },
"facing=south,lit=true": { "model": "block/campfire" },
"facing=east,lit=true": { "model": "block/campfire", "y": 270 },
"facing=west,lit=true": { "model": "block/campfire", "y": 90 },
"facing=north,lit=false": { "model": "block/campfire_off", "y": 180 },
"facing=south,lit=false": { "model": "block/campfire_off" },
"facing=east,lit=false": { "model": "block/campfire_off", "y": 270 },
"facing=west,lit=false": { "model": "block/campfire_off", "y": 90 }
}
}