https://github.com/akmalfairuz/legacy-version
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions
https://github.com/akmalfairuz/legacy-version
bedrock-edition dragonfly go gophertunnel mcpe minecraft
Last synced: about 1 month ago
JSON representation
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions
- Host: GitHub
- URL: https://github.com/akmalfairuz/legacy-version
- Owner: AkmalFairuz
- License: gpl-3.0
- Created: 2024-12-31T18:43:15.000Z (5 months ago)
- Default Branch: stable
- Last Pushed: 2025-04-05T08:44:01.000Z (about 1 month ago)
- Last Synced: 2025-04-13T18:09:34.128Z (about 1 month ago)
- Topics: bedrock-edition, dragonfly, go, gophertunnel, mcpe, minecraft
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# legacy-version
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions.
## Supported Versions
| Protocol ID | Version | Support |
|-------------|---------|---------|
| 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 | ✅ |
| 630 | 1.20.50 | 🚧 |
| 622 | 1.20.40 | 🚧 |
| 618 | 1.20.30 | 🚧 |
| 594 | 1.20.10 | 🚧 |
| 589 | 1.20.0 | 🚧 |## Credits
- [Flonja/multiversion](https://github.com/Flonja/multiversion)
- [oomph-ac/new-mv](https://github.com/oomph-ac/new-mv)