Reverts the "fix" for MC-101556 (only affects 1.21.5
).
Makes nether portals/chunk loaders work properly again.
Please note that the "fix" for MC-101556 was reverted by Mojang in 25w16a
(1.21.6
) and the mod is no longer required in these versions.
The mod itself is extremely minimalistic and only a single line of code was patched.
Installation guide for the latest release
Add the following to build.gradle
:
dependencies {
modImplementation 'net.litetex.mcm:revert-mc-101556:<version>'
// Further documentation: https://wiki.fabricmc.net/documentation:fabric_loom
}
Note
The contents are hosted on Maven Central. You shouldn't have to change anything as this is the default maven repo.
If this somehow shouldn't work you can also try Modrinth Maven.
See the contributing guide for detailed instructions on how to get started with our project.