chunky-dev / chunky-dev/chunky

`minecraft:light` minimum ray depth to emit light is 5

Open
#1,477 0 comments 0 reactions 0 assignees View on GitHub
bug renderer
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
![image](https://user-images.githubusercontent.com/3740917/196764043-b224f272-9f16-4788-aa16-f87aec748938.png)

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

![image](https://user-images.githubusercontent.com/3740917/196764678-837b37c2-b5e4-49e2-8e6b-5eb99b7a892f.png)

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

Ray Depth 4
![image](https://user-images.githubusercontent.com/3740917/196764238-6b991f9c-1e63-4230-ae6b-1abc38f9adf5.png)

Ray Depth 5
![image](https://user-images.githubusercontent.com/3740917/196764276-17a8a5d4-3bed-4511-9942-4f071c5521cb.png)

Ray Depth 6
![image](https://user-images.githubusercontent.com/3740917/196764322-903e3149-89e1-4cdc-9bc4-5fab5045be73.png)

Ray Depth 25
![image](https://user-images.githubusercontent.com/3740917/196764371-ffcb2af1-c01c-4591-8c2c-b958883614eb.png)

---

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.