Add 1.21.30

This commit is contained in:
AkmalFairuz
2025-01-01 05:00:42 +07:00
parent a8442c7a2a
commit 45cfb78b30
14 changed files with 7174 additions and 13 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# legacy-version
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions.
## Supported Versions
| Protocol ID | Version | Support |
|-------------|---------|---------|
| 766 | 1.21.50 | ✅ |
| 748 | 1.21.40 | ✅ |
| 729 | 1.21.30 | ✅ |
| 712 | 1.21.20 | 🚧 |
| 686 | 1.21.2 | 🚧 |
| 685 | 1.21.0 | 🚧 |
## Credits
- [Flonja/multiversion](https://github.com/Flonja/multiversion)
- [oomph-ac/new-mv](https://github.com/oomph-ac/new-mv)