Skip to content

fix: content loading & fix: window index field lookup - #3

Open
SocialMoods wants to merge 2 commits into
LuminiaDev:masterfrom
SocialMoods:fix/content-loading
Open

SocialMoods wants to merge 2 commits into
LuminiaDev:masterfrom
SocialMoods:fix/content-loading

Conversation

@SocialMoods

@SocialMoods SocialMoods commented Sep 14, 2026

Copy link
Copy Markdown

This PR fixes the content loading delay issue and issue when Player class has been changed during PlayerCreationEvent:

Minecraft.2026.09.13.-.11.31.01.01.mp4
    @EventHandler
    public void onPlayerCreation(PlayerCreationEvent event) {
        // inject proxy to handleDataPacket method
        event.setPlayerClass(SyncPlayer.class);
    }
public class SyncPlayer extends Player 

@SocialMoods SocialMoods changed the title Fix/content loading fix: content loading Sep 14, 2026
@KoshakMineDEV KoshakMineDEV changed the title fix: content loading fix: content loading & fix: window index field lookup Sep 14, 2026

@KoshakMineDEV KoshakMineDEV left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants