ploof-pack/default/assets/minecraft/blockstates/daylight_detector.json

10 lines
194 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"variants": {
"inverted=false": {
"model": "minecraft:block/daylight_detector"
},
"inverted=true": {
"model": "minecraft:block/daylight_detector_inverted"
}
}
}