Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

[Idea] 1.19.2 Support?

Open UsainSrht opened this issue 2 years ago • 2 comments

Prerequisites

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

UsainSrht avatar Aug 16 '22 04:08 UsainSrht

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.

milutinke avatar Aug 16 '22 06:08 milutinke

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).

Pokechu22 avatar Aug 16 '22 07:08 Pokechu22

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?

agitationswapping avatar Aug 29 '22 23:08 agitationswapping

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.

milutinke avatar Aug 30 '22 06:08 milutinke

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

agitationswapping avatar Sep 03 '22 02:09 agitationswapping

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

milutinke avatar Sep 03 '22 07:09 milutinke

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.

milutinke avatar Sep 03 '22 19:09 milutinke