🎈 26.1.2#1481
Open
rom1504bot wants to merge 1 commit intomasterfrom
Open
Conversation
def9a2a4
added a commit
to def9a2a4/BlockShips
that referenced
this pull request
May 11, 2026
…ersion yet The mineflayer test bot crashes on 26.1.2 with "unsupported protocol version: 26.1.2" because minecraft-protocol/minecraft-data haven't added protocol mappings for the new Minecraft versioning scheme yet. See failing run: https://github.com/def9a2a4/BlockShips/actions/runs/25650786286/job/75288572862 For 26.x, CI now runs a server-startup-only test (new Makefile target) that verifies the server starts and BlockShips loads without errors, skipping the bot integration tests. All 1.21.x versions still run the full bot test suite. Depends on upstream support: - PrismarineJS/minecraft-data#1184 - PrismarineJS/node-minecraft-protocol#1481
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This automated PR sets up the relevant boilerplate for Minecraft version 26.1.2.
Ref: PrismarineJS/minecraft-data#1175
pc26_1_2branch instead ofmaster.