mircokroon / minecraft-world-downloader

Download Minecraft worlds, extend server's render distance. 1.12.2 - 1.21
GNU General Public License v3.0
1.25k stars 84 forks source link

Support for 1.20.2 #624

Closed nnnlog closed 1 year ago

nnnlog commented 1 year ago

This PR supports MC v1.20.2, and solves #612.

There is many changes:

There is minor error related to decoding of RegistryDataPacket. But, there is no problem to use it.

mircokroon commented 1 year ago

Nice, thank you!

I see the configuration stage that was added in 1.20.2 isn't implemented, I'll add it to this PR

Is the addition of chunk_1_20_2 necessary? As far as I can tell the chunk parsing didn't change and it seems to work fine if I comment it out

mircokroon commented 1 year ago

Whoops did not mean to merge that yet, rolled it back but I can't re-open the PR it seems

nnnlog commented 1 year ago

@mircokroon You are correct, I think there is no updates in chunk_1_20_2 of my revision.