neoforged / NeoForge

Neo Modding API for Minecraft, based on Forge
https://neoforged.net
Other
1.25k stars 179 forks source link

[1.21.3] Transition between resource loading and first startup screen is broken #1609

Open Lolothepro opened 1 month ago

Lolothepro commented 1 month ago

Minecraft Version: 1.21.1
NeoForge Version: 21.2.0-beta
Logs: Log File


Steps to Reproduce

  1. Launch the game without an options file with EDS

Description of the Issue

The transition is from bright to dark like here: https://github.com/user-attachments/assets/11840b1b-30a3-4b13-a277-456f7a4e4eac The transition in Minecraft Vanilla is Smooth (Dark -> Normal): https://github.com/user-attachments/assets/f5e41f80-7b94-40cf-ad66-4c10ef210e2e
The text “Java Edition” is upside down on the bottom left for no reason. ![Image](https://github.com/user-attachments/assets/bcba89bc-8781-4337-af3d-67e108beb83a) ![Image](https://github.com/user-attachments/assets/3ac26428-8251-4c4f-b7b5-f771b17935f4)
On some frames, the text is not rendered ![Image](https://github.com/user-attachments/assets/7aa61c90-f56c-4e93-8043-6a5929b83385)

Possible Cause


marchermans commented 5 days ago

What is broken here?

ApexModder commented 5 days ago

From what I can see the java edition text is rendering super small in bottom left corner and theres also a black flash after it finishes fading, iirc the fade should go right into the main menu no flash afterwards.

Can find how it looks in 1.21.1 below.

Interestingly it still looks a little broken in 1.21.1 (neo) too, theres the flash of black immediately after the fade in, where as vanilla does not have such flash

Vanilla - 1.21.1 ![Image](https://github.com/user-attachments/assets/7f2c8fc0-6c77-4596-af74-1a900935c227)
NeoForge - 1.21.1-21.1.80 ![Image](https://github.com/user-attachments/assets/0e94fc54-3397-4444-afb9-8a677b3df558)