AppleCore

AppleCore

56M Downloads

[1.7.10] Overlapping text on debug screen

gioporta opened this issue ยท 3 comments

commented

When clicking F3 to open the debug screen, AppleCore puts text in the top left that overlays default Minecraft text, making it unreadable.

Setting show.food.stats.in.debug.overlay to false fixes the problem.

commented

Can I get a screenshot? Seems like some other mod is probably manually drawing the overlapping text.
AppleCore uses the relevant Forge event and simply adds a string to the list.

commented

Screenshot

It's overlapping the first line.

commented

Very strange, but this does not seem to be an AppleCore problem. Some other mod seems to be overriding default Forge behavior and re-rendering the debug info on their own or something. Closing for now, re-open if you can reproduce this with only AppleCore + Forge.