FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

16M Downloads

Custom splash texts don't match the position of vanilla ones.

VOLKOUL opened this issue ยท 2 comments

commented

I wanted to recreate the main menu screen from before 1.20.1 (or 1.19.3, I'm not sure) because in 1.20.1 the scale/positioning of the Minecraft logo is broken and you can't achieve the same look of the logo from older versions of the game with resourcepacks.

To do that, I made a clean 1.19.2 install to copy the positioning of the Minecraft logo, edition and splash texts into 1.20.1
While doing so, I discovered that if you make a custom splash text with the exact same dimensions as the vanilla one, you won't be able to match the two if you put them in the exact same coordinates. I had to move the custom splash text to achieve the desired look. I don't know if that applies to every variation of the texts, or if every variation has a different offset. If so, that would be... really problematic.

I couldn't find a way to move the text inside the splash text box without moving the box itself. If there is a way to do that, I'm sorry for reporting this. I'd be happy with any kind of help!

Screenshots:
Here the scale and position of the splash text box are exactly the same, yet they do not match.
Screenshot (937)

How it should be:
Screenshot (938)

What I aim to recreate: (ignore the missing edition text)
Screenshot (936)

commented

That's not really a "bug", it's just that the Custom Splash element probably uses slightly different code for calculating the splash position than the Vanilla element. Sorry but I won't "fix" that. It works perfectly fine, it's just not exactly the same position calculation than Vanilla, which is okay. You will need to work around that, sorry.

commented

No problem! I get it. Thanks for the reply)