Antique Atlas Overlay - Minimap

Antique Atlas Overlay - Minimap

141k Downloads

Messes up survival GUI

Kenkron opened this issue ยท 2 comments

commented

All of the meters are replaced by atlas texture segments when the minimap is shown.

commented

Using RenderGameOverlayEvent.Post instead of RenderGameOverlayEvent solves the health and xp, but not the hunger. (this is also supposed to improve performance, as RenderGameOverlayEvent is called for each type of render)

commented

As of commit 89d25ec6b4d109fa7619c51c5db2c3ac24a0373a, this has been solved (by checking for the event.type in the render event receiver).