-
Notifications
You must be signed in to change notification settings - Fork 87
Tutorials
paulevsGitch edited this page Dec 15, 2020
·
11 revisions
Sometimes for any reasons (transferring the world into a server, installing new mods/datapacks, etc.) you will find that you couldn't go into the End. If you try to use command you will get "unknown" dimension error. This means that you End dimension entry in level.dat is missing.
How to fix it:
- Close your Minecraft;
- Install and/or open NBTExplorer;
- Find your level.dat (it is located inside your world folder), backup it;
- Open your level.dat with NBTExplorer;
- Find level.dat -> Data -> WorldGenSettings -> dimensions, if it doesn't have "minecraft:the_end" inside then create it and restore its structure;
- Save changes and close NBTExplorer;
- Run your Minecraft instance, now everything should be fine. If something still wrong try to repeat steps 4-6.
Here is how this structure should look like:
If fixing level dat didn't help you then you can try this:
- Get your world seed (using NBTExplorer or Minecraft command /seed);
- Create a new world with the same seed;
- Close your Minecraft;
- Find your level.dat (it is located inside your world folder), backup it;
- Open your level.dat with NBTExplorer and copy dimension entries from new level.dat (located inside new world folder). If you are on server then you can replace old level.dat with new level.dat;
- Run your Minecraft instance, now everything should be fine.