A simple mod that unyeets the Nether and End when a world is loaded without a dimension or is upgraded between Minecraft versions with dimension mods installed.
This mod does now fix the issue where removing a dimension from a world deletes all other dimensions.
The way this mod fixes the dimension-removal issue is by mixing in and overriding the decode
method in
UnboundedMapCodec
. This is somewhat of a janky fix and may break other mods that expect a certain load order for
DFU classes or that also attempt to fix the dimension-removal issue in the same way.
This mod is known to work with:
- Heart of the Machine (Github) (Modrinth) (CurseForge)
- Applied Energistics 2 (Github) (CurseForge) (Fabric Build)
- Likely others.
alcatrazEscapee
for providing the dimension-removal fix in the first place.Kneelawk
for packaging the fix into a mixin-based fabric mod.