FTBTeam / FTB-Modpack-Issues

Any and all FTB Modpack issues are here! Please create a new issue, add to an existing one or maybe even suggest a feature in the discussions
https://feed-the-beast.com/modpack
43 stars 13 forks source link

Multiblock'd machines GUIs and HEI integration broken if GUI and HUD scale mismatched with ScalingGUIs #5771

Closed Meta-Didact closed 1 month ago

Meta-Didact commented 2 months ago

Modpack

FTB Interactions Remastered

Modpack version

1.2.0

Launcher

Other...

Has the pack been modified

No

Log Files

No response

Describe the bug

If using the large GUI scale and normal HUD scale in Scaling GUIs, Multiblock'd machines GUIs don't render correctly, either having cut off or missing text and missing item icons in HEI recipe view. 2024-09-14_22 58 20 Incorrect 2024-09-15_10 29 51 Normal

Steps to reproduce

  1. Set GUI scale to "Large" with HUD scale "Normal" and open an ftbi/Multiblock'd machine GUI or their HEI recipe list.
  2. See missing icons, cut off or missing text.
  3. GUI renders correctly when GUI and HUD scale are the same.

Expected behaviour

Text and icons should be visible in GUI at all scales.

Screenshots

2024-09-14_22 58 37 Missing item icons in recipes 2024-09-14_22 59 08 Normal UI and HUD scale 2024-09-14_23 04 17 Not exclusive to Infernal Kiln 2024-09-15_10 30 13 Problematic GUI scales setting

Additional information

Blacklisting com.cleanroommc.multiblocked.api.gui.modular.ModularUIGuiContainer in ScalingGUIs options "fixes" this for machine GUIs by ignoring the GUI Scale option and apparently rendering at HUD scale.

Does not fix the missing item icons in HEI recipe view.

ArtpokeBr commented 1 month ago

Reported this in the ScalingGUI's Git repo, for now I'll be marking as fixed and removing the mod until this is properly fixed.