Skip to content

fix: add MINECRAFT_26_2 WorldVersion for correct 26.2 item IDs#270

Open
xfy2412 wants to merge 1 commit into
Elytrium:masterfrom
xfy2412:fix/26.2-Item-ID-fix
Open

fix: add MINECRAFT_26_2 WorldVersion for correct 26.2 item IDs#270
xfy2412 wants to merge 1 commit into
Elytrium:masterfrom
xfy2412:fix/26.2-Item-ID-fix

Conversation

@xfy2412

@xfy2412 xfy2412 commented Jul 18, 2026

Copy link
Copy Markdown

When testing on 26.2, items were showing wrong IDs. Root cause: WorldVersion.MINECRAFT_26_1 used EnumSet.range(MINECRAFT_26_1, MAXIMUM_VERSION), making 26.2 clients fall under 26.1's item mapping. Since the protocol IDs differ between 26.1 and 26.2 in items_mapping.json, 26.2 clients got wrong IDs. Adding MINECRAFT_26_2 as a separate entry fixes it.

@UserNugget

Copy link
Copy Markdown
Member

Thanks for PR, oh no, it happened twice
Repo is dead, will merge when it be online again.

@xfy2412

xfy2412 commented Jul 18, 2026

Copy link
Copy Markdown
Author

Just need to be careful in future version updates :)

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.

[BUG] Empty captcha frames on 1.8.x clients after LimboAPI 26.2 update [BUG] The captcha is not displayed on the client version 1.12.2

2 participants