1Mangomaster1 Posted May 6, 2022 Posted May 6, 2022 So far I've been able to obtain a world object using the MinecraftServer#getLevel method, obtaining the instance from Level#getServer. However, only ServerLevel#getServer actually returns a result that is not null, meaning that you can only get a world using its location on the server... How can I get it from the CLIENT?? I can't do Level#getServer as it returns null, because of that, I cannot use MinecraftServer#getLevel to get the world from its location name Quote
Luis_ST Posted May 6, 2022 Posted May 6, 2022 this is not possible, the client only knows the currently loaded Dimension Quote
1Mangomaster1 Posted May 6, 2022 Author Posted May 6, 2022 Then how can I store and retreive a world via NBT? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.