michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

Aimbow HUD Bugs #143

Open ghost opened 7 years ago

ghost commented 7 years ago

When used with other mods that edit the HUD, such as minimap mods, the elements added by other mods will not appear.

EDIT: Looking through the code, this seems to be because of the way you used renderGameOverlay rather than RenderGameOverlayEvent. I'm not too familiar with forge, so I could be wrong, but I have a feeling this is the case.

couldbejake commented 7 years ago

It's possible the author used reflection to replace minecraft's base class. This is more efficient although it makes it less compatible with other mods.

michaelzangl commented 7 years ago

The RenderGameOverlayEvent is newer than AimBow itself. This was only roughly updated to 1.8 and not adjusted to the new forge version.

Eyremba commented 6 years ago

@michaelzangl could you fix this in the next version?