paulevsGitch / BetterNether

BetterNether Mod
GNU General Public License v3.0
105 stars 72 forks source link

[Bug] Nether Portal Wont Teleport Me #524

Closed shesanicon closed 2 years ago

shesanicon commented 2 years ago

What happened?

A bug happened! When I deleted the mod (nothing wrong with the mod just too big for my computer) my world was fine but when I tried going through the portal, it just made that purple swirl thing but it never teleported me. If you can find a solution to this please let me know. I thought it might be the nether mod that caused this problem since it only happened in the world that used to have the nether mod. Please help if you can, I spent so long in the survival world and I'm worried I might have to delete it!

BetterNether

1.18.1

BCLib

1.18.1

Fabric API

1.18.1

Fabric Loader

1.18.1

Minecraft

1.18.1

Relevant log output

No response

Other Mods

No response

paulevsGitch commented 2 years ago

When I deleted the mod (nothing wrong with the mod just too big for my computer) my world was fine but when I tried going through the portal, it just made that purple swirl thing but it never teleported me.

If you delete any world generation mod that changes biome sources - you will lost your dimension entries and will be not able to access them anymore. The same will happen if you will remove world generation datapack. This is limitation of Minecraft data storage system which is not intended for dynamical content removal. If you want to keep world you need to restore dimension entries manually by copying them from another world or by creating proper data structure by hand.

As this issue is not related to mod I'm closing it

shesanicon commented 2 years ago

im so sorry to bother again just one small question, how do I find the dimension entries? im not sure what file that would be. again, sorry to bother.

paulevsGitch commented 2 years ago

im so sorry to bother again just one small question, how do I find the dimension entries? im not sure what file that would be. again, sorry to bother.

Dimension entries are stored in your level.dat file inside your world folder. You can edit it with any NBT editor (NBTExplorer, for example). You can create world with new seed and copy correct dimension entries from one level.dat (new) to another one (old)

Small example of dimension entries inside level.dat: image

shesanicon commented 2 years ago

Thank you so much have a wonderful rest of your day!