mc-router icon indicating copy to clipboard operation
mc-router copied to clipboard

Old/Beta Version Support

Open lucas-ault opened this issue 2 years ago • 2 comments

I spun up an instance of mc-router with docker compose and am having some trouble getting things to work with the beta version of the game. I was able to validate that everything works with the current version of Minecraft, but I'd like to get a server working with beta 1.7.3.

Any possibility of this working for older versions? See the error below.

time="2023-09-11T17:14:19Z" level=info msg="Got connection" client="172.xxx.xxx.xxx:49396" time="2023-09-11T17:14:19Z" level=error msg="Failed to read handshake" clientAddr="172.119.178.168:49396" error=EOF

lucas-ault avatar Sep 11 '23 17:09 lucas-ault

It's wasn't implemented for the beta Minecraft protocol.

PRs are welcome. It would only be a few frame types that would need to be supported.

itzg avatar Sep 12 '23 03:09 itzg

Thanks for the info - definitely something out of my abilities but if anyone more savy out there wants to give it a go, that would be great!

lucas-ault avatar Sep 22 '23 21:09 lucas-ault