Update GameProtocol.java

This commit is contained in:
CloudyOrk 2024-03-22 22:35:20 +05:30 committed by GitHub
parent 3fdd13566f
commit d74de194e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public final class GameProtocol {
.minecraftVersion("1.20.60/1.20.62")
.build());
SUPPORTED_BEDROCK_CODECS.add(DEFAULT_BEDROCK_CODEC.toBuilder()
.minecraftVersion("1.20.70/1.20.71")
.minecraftVersion("1.20.70/1.20.71/1.20.72")
.build());
}