Show 1.20.73 as being supported (#4543)

* update version supported by plugin

* Update README.md
This commit is contained in:
Denys Loshkarev 2024-04-07 01:12:56 +03:00 committed by GitHub
parent 0972e4f4d7
commit 3d9f3ac645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 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.72")
.minecraftVersion("1.20.70/1.20.73")
.build());
}