chunky-dev / chunky-dev/chunky
`minecraft:light` minimum ray depth to emit light is 5
- Dominant language
- Java
- Stars
- 738
- Forks
- 78
- Avg merge
- 10h 5m
- Merged PRs (30d)
- 3
Description
`minecraft:light` is an odd and hacky case where we need a block that can emit light but not show in the render.
Preview

Unlike other light emitting blocks that emit light at a minimum of ray depth 3:

However `minecraft:light` requires a minimum of ray depth 5 to work.
Ray Depth 4

Ray Depth 5

Ray Depth 6

Ray Depth 25

---
Contributor guide
Assessment
This issue has not been assessed yet.