Compatibility
Minecraft: Java Edition
1.16.3–1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
Dimension Update Fixer
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.
Jank
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.
Known to Work With
This mod is known to work with:
- Heart of the Machine (Github) (Modrinth) (CurseForge)
- Applied Energistics 2 (Github) (CurseForge) (Fabric Build)
- Likely others.
Thanks to
alcatrazEscapee
for providing the dimension-removal fix in the first place.Kneelawk
for packaging the fix into a mixin-based fabric mod.