Add support for protocol version 1.21.100 (#12)
This commit is contained in:
33
README.md
33
README.md
@@ -3,22 +3,23 @@
|
||||
A gophertunnel protocol interface implementation to support older Minecraft Bedrock versions.
|
||||
|
||||
## Supported Versions
|
||||
| Protocol ID | Version | Support |
|
||||
|-------------|---------|---------|
|
||||
| 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 | ✅ |
|
||||
| Protocol ID | Version | Support |
|
||||
|-------------|----------|---------|
|
||||
| 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.
|
||||
|
||||
Reference in New Issue
Block a user