Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
[Idea] 1.19.2 Support?
Prerequisites
- [X] I have read and understood the user manual
- [X] I made sure I am running the latest development build
- [X] I tried to look for similar feature requests before opening a new one
Console Client Version
1.19
Describe your problem
Can't connect to 1.19.2 servers
Suggest a possible solution
No response
Attach screenshot here (If applicable)
No response
Minecraft Version
1.19.2
Device
Desktop
Operating System
Windows
Currently there is not enough of information about the protocol for 1.19.2. No ETA, as soon as we get some info we will start working.
1.19.1 and 1.19.2 use the same protocol (including protocol version); see https://pokechu22.github.io/Burger/diff_1.19.1_1.19.2.html (and https://pokechu22.github.io/Burger/1.19.1.html#versions / https://pokechu22.github.io/Burger/1.19.2.html#versions).
Currently I get "Unknown or not supported MC version 1.19.2". Same with "1.19.1".
I could connect using "1.19", however for some reason that no longer works on the server I am connecting to as of today. The server says they support 1.19.2 and 1.19.1. The console client reports that the Server version is 1.19.2 (protocol v760).
Is there a way that I can specify "1.19.2" and it will work to use that protocol?
Currently I get "Unknown or not supported MC version 1.19.2". Same with "1.19.1".
I could connect using "1.19", however for some reason that no longer works on the server I am connecting to as of today. The server says they support 1.19.2 and 1.19.1. The console client reports that the Server version is 1.19.2 (protocol v760).
Is there a way that I can specify "1.19.2" and it will work to use that protocol?
1.19.1 and 1.19.2 are not yet officially supported in the main repository. But they will be soon, there is a pull request for 1.19.1/2 support, so you could clone that repo and build it yourself: https://github.com/MCCTeam/Minecraft-Console-Client/pull/2123 Note that it does not have Inventory and Entities handling, for that there is a separate pull request.
When I try to build 2123, I get the following error several times:
"error CS8300: Merge conflict marker encountered"
Following the instructions in README.md but changing to download https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev/archive/master.zip
When I try to build 2123, I get the following error several times:
"error CS8300: Merge conflict marker encountered"
Following the instructions in README.md but changing to download https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev/archive/master.zip
You're downloading a wrong branch. Clone this one:
git clone https://github.com/BruceChenQAQ/Minecraft-Console-Client-1.19dev --recursive -b 1.19.1-dev-new
The 1.19.2 support is out, you can download the binary from the Releases section. Note that there might be some bugs with terrain movement, but they are fixed in a PR that is going to be merged soon, it will bring some major performance improvements as well as a lot of bug fixes.