Charm Reforged

Charm Reforged

8M Downloads

Competibility Issue with Quark Oddities' Backpack

stop-x13 opened this issue ยท 1 comments

commented

Versions

  • Charm version - 2.3.2
  • Minecraft version - 1.16.5

Description
When Quark Oddities' backpack is equipped, the buttons of inventory crafting/enderchest have wrong location

Screenshot
image

commented

Cause:

Position is relative to screen.height / 2 - 22, which, once any mod makes the UI larger does cause issues.

Relative the the top of the UI + 61 works alright (screen.getGuiTop() + 61) but will cause issues if something adds tabs to the top for example. Having a fixed button that's always displayed and greyed out may work better and ability to disable each button.

I compiled a jar for 2.3.2 so I could use Charm as a drop in replacement for FTB University 1.16 as temp fix: https://cdn.discordapp.com/attachments/162006593607696384/899716259501985833/charm-forge-1.16.5-2.3.2-zeek.jar