DevBobcorn / CornCraft

A Minecraft Client Implementation Made with Unity
70 stars 6 forks source link

Cannot support ViaVersion Backward #11

Open benda95280 opened 4 months ago

benda95280 commented 4 months ago

Dear,

It seems it do not support ViaVersion Backwards (Bukkit Plugin to work with older client version). The client won't connect at all. Is there a way to let the client connect ?

Regards,

DevBobcorn commented 4 months ago

Haven't tested ViaBackward yet but Via itself does work. I assume the problem is actually with data loading instead of server connection?

benda95280 commented 4 months ago

image image

Seems really the version of the server

DevBobcorn commented 4 months ago

Looks like CornCraft refused to connect because it received a server version of 1.20.4, which is not supported by default. I'll see if I can make an exception for these new servers with ViaBackward installed.