32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# legacy-version
|
|
|
|
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions.
|
|
|
|
## Supported Versions
|
|
| Protocol ID | Version | Support |
|
|
|-------------|----------|---------|
|
|
| 859 | 1.21.120 | ✅ |
|
|
| 844 | 1.21.111 | ✅ |
|
|
| 827 | 1.21.100 | ✅ |
|
|
| 819 | 1.21.93 | ✅ |
|
|
| 818 | 1.21.90 | ✅ |
|
|
| 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) |