Minecraft map to picture?

ba
4

If you look at an item frame with a map in Minecraft, the picture that can be seen on it has to come to my client somehow. Now I would like to "capture" the image and save it as a .png file. Does anyone know how to intercept the picture?

an

Should go in two ways:

Solution 1: If it is really an image, you could read it out in Wireshark. Just enter "Wireshark TCP image" in Google. But I think it's a bit complicated.

Solution 2: Hacked Client. Create your own hacked client (see YouTube), search for the card item in the code and click your way up to the top. There you install a piece of code that saves the image locally (you can certainly find it on StackOverflow).

ry

Press F2

an

Damn that's big brain

ba

I'm trying solution 2 right now, but Wireshark also sounds good