Essentials

Essentials

4M Downloads

Link lines not rendering properly

Da-Technomancer opened this issue ยท 2 comments

commented

Describe the bug
Link lines (for wireless redstone, etc, shown while holding a linking tool) are rendering dark and illegible.

Screenshots [Optional]
image

commented

Fixed in commit b183d3a

commented

Note to document the cause of this issue, which was not easy to find:
Some earlier Minecraft update changed the default settings on RenderType instances. While previously I had several settings left to the defaults, the defaults were changed to something weird that doesn't do what you expect in the majority of cases. When making a new RenderType, specify all the settings that are available.