neuralgia/kubejs/assets/tfg/blockstates/reflector.json
Redeix 2c5658a185
Reflector block and some other fixes (#1575)
* Reflector block and some other fixes

* Updated Changelog
2025-08-10 11:39:10 +01:00

8 lines
No EOL
278 B
JSON

{
"variants": {
"light_level=0": { "model": "tfg:block/reflector_night" },
"light_level=5": { "model": "tfg:block/reflector_day_1" },
"light_level=10": { "model": "tfg:block/reflector_day_2" },
"light_level=15": { "model": "tfg:block/reflector_day_3" }
}
}