Skip to content

Commit ed861ee

Browse files
authored
Indicate Minecraft: Bedrock Edition 26.31 and 26.32 support (#6482)
* Update GameProtocol.java * Update README.md
1 parent 7b60de1 commit ed861ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Special thanks to the DragonProxy project for being a trailblazer in protocol tr
1818

1919
| Edition | Supported Versions |
2020
|---------|------------------------------------------------------------------------------------------------------------|
21-
| Bedrock | 26.0, 26.1, 26.2, 26.3, 26.10, 26.20, 26.21, 26.22, 26.23, 26.30 |
21+
| Bedrock | 26.0, 26.1, 26.2, 26.3, 26.10, 26.20, 26.21, 26.22, 26.23, 26.30, 26.31, 26.32 |
2222
| Java | 26.1 - 26.1.2 (For older versions, [see this guide](https://geysermc.org/wiki/geyser/supported-versions/)) |
2323

2424
## Setting Up

core/src/main/java/org/geysermc/geyser/network/GameProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public final class GameProtocol {
8585
register(Bedrock_v924.CODEC, "26.0", "26.1", "26.2", "26.3");
8686
register(Bedrock_v944.CODEC, "26.10");
8787
register(Bedrock_v975.CODEC, "26.20", "26.21", "26.22", "26.23");
88-
register(Bedrock_v1001.CODEC, "26.30");
88+
register(Bedrock_v1001.CODEC, "26.30", "26.31", "26.32");
8989

9090
MinecraftVersion latestBedrock = SUPPORTED_BEDROCK_VERSIONS.getLast();
9191
DEFAULT_BEDROCK_VERSION = latestBedrock.versionString();

0 commit comments

Comments
 (0)