BramStoutProductions / MiEx

A modern Minecraft Exporter
BSD 3-Clause "New" or "Revised" License
55 stars 7 forks source link

Dimensional Glitch #73

Closed Fyoncle closed 4 months ago

Fyoncle commented 4 months ago

In a modded survival world going to nether dimension is displaying overworld export page, same goes for trying to teleport, it just doesn't teleport. No logs there.

Fyoncle commented 4 months ago

Sorry for opening 2 issues in the same time, my internet just sucks, i didnt mean to

Fyoncle commented 4 months ago

image Also player names in the teleport is so weird when i use a multiplayer mod called E4MC

BramStout commented 4 months ago

image Also player names in the teleport is so weird when i use a multiplayer mod called E4MC

In the world files, the UUIDs of players are stored instead of the player names. MiEx tries to look up the player name via Mojang's API, but if it can't then it'll display the UUID instead. So, if it's showing the UUID instead of name, then it couldn't retrieve the player name from Mojang's API.