Skip to content

Conversation

@leMaik
Copy link
Member

@leMaik leMaik commented Jan 6, 2026

Closes #1828 and fixes three more bugs caused by Minecraft changing texture paths and entity tags.

@leMaik leMaik added the minecraft Block updates, world format changes, and anything related to Minecraft updates label Jan 6, 2026
boolean hasId = profileTag.get("id").isIntArray(4);
boolean hasName = !profileTag.get("name").stringValue("").isEmpty();

// see https://www.minecraft.net/pl-pl/article/minecraft-snapshot-25w34a for the resolving logic
Copy link
Member Author

Choose a reason for hiding this comment

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

I have no idea why this is pl-pl.

Suggested change
// see https://www.minecraft.net/pl-pl/article/minecraft-snapshot-25w34a for the resolving logic
// see https://www.minecraft.net/en-us/article/minecraft-snapshot-25w34a for the resolving logic

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

Labels

minecraft Block updates, world format changes, and anything related to Minecraft updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

25w34a (new profile block entity data for skulls)

1 participant