Crossroads-Development / Essentials

Essentials is a mod for Minecraft. It adds a few simple utility-style blocks and items, mostly meant to enhance vanilla-style automation.
MIT License
11 stars 10 forks source link

Link lines not rendering properly #94

Closed Da-Technomancer closed 3 months ago

Da-Technomancer commented 10 months ago

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

Screenshots [Optional] image

Da-Technomancer commented 3 months ago

Fixed in commit b183d3a

Da-Technomancer commented 3 months ago

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.