sisby-folk / antique-atlas

A hand-drawn client-side minecraft world map with biomes, structures, waypoints, and less! A fourth-generation rewrite of Hunternif's Antique Atlas.
https://modrinth.com/mod/antique-atlas-4
Other
30 stars 11 forks source link

Tooltips Exit Screen Bounds #107

Closed AmazeingGames closed 4 months ago

AmazeingGames commented 4 months ago

The tooltips for Antique Atlas go off the bounds of the screen, even when utilizing mods like Adaptive Tooltips or Tooltip Fix. Tested on Minecraft 1.20.1; Forge 47.2.6; Utilized Synetra Connector and Synetra Extra.

Screenshot (678) Screenshot (679) Screenshot (675) Screenshot (676)

sisby-folk commented 4 months ago

Yep, some of the few bits of code we haven't rewritten in AA4 so far is the GUI component system which has a very crusty architecture - including reimplementing how tooltips are drawn. Don't need that in 1.20, so we'll toss it out and that'll fix this.

sisby-folk commented 4 months ago

should be fixed in 2.7.3, let me know