Started by
Kemuri Senpai
on
Topic category: Troubleshooting, bugs, and solutions
There's a bug: adding a custom overlay causes many transparent overlays lose its transparency, for example the hotbar or the purple nether portal overlay. It is an annoying issue, because when you walk into the portal you stop seeing everything.
The solution is to change HELMET in
event.getType() == RenderGameOverlayEvent.ElementType.HELMET
in the code of this element to TEXT which will make the elements render properly.
I am on MCreator 2020.4 making a Forge mod for 1.15.2
Edited by Kemuri Senpai on Sun, 11/15/2020 - 11:40