An open API service indexing awesome lists of open source software.

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

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)