Files
legacy-version/README.md
AkmalFairuz 8a209b75bf Add support for protocol version 800 (1.21.80)
Introduced support for protocol 800, including biome definitions, camera presets, and player list updates. Upgraded dependencies, adjusted mappings, and enhanced the README to reflect recent changes.
2025-05-11 21:32:37 +07:00

27 lines
941 B
Markdown

# legacy-version
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions.
## Supported Versions
| Protocol ID | Version | Support |
|-------------|---------|---------|
| 800 | 1.21.80 | ✅ |
| 786 | 1.21.70 | ✅ |
| 776 | 1.21.60 | ✅ |
| 766 | 1.21.50 | ✅ |
| 748 | 1.21.40 | ✅ |
| 729 | 1.21.30 | ✅ |
| 712 | 1.21.20 | ✅ |
| 686 | 1.21.2 | ✅ |
| 685 | 1.21.0 | ✅ |
| 671 | 1.20.80 | ✅ |
| 662 | 1.20.70 | ✅ |
| 649 | 1.20.60 | ✅ |
<= 1.20.50 is not possible to support due to different compression logic and gophertunnel does not provide a way to
support dynamic compression.
## Credits
- [Flonja/multiversion](https://github.com/Flonja/multiversion)
- [oomph-ac/new-mv](https://github.com/oomph-ac/new-mv)