Files
minecraft-assets/assets/minecraft/blockstates/yellow_candle_cake.json
2023-09-06 18:29:26 +02:00

10 lines
181 B
JSON

{
"variants": {
"lit=false": {
"model": "minecraft:block/yellow_candle_cake"
},
"lit=true": {
"model": "minecraft:block/yellow_candle_cake_lit"
}
}
}