Minecraft Mod. Ensures correct destinations when travelling back and forth through Nether Portals in Multiplayer. - NetherPortalFix/settings.gradle at 1.20.x · TwelveIterationMods/NetherPortalFix
Minecraft Mod. Ensures correct destinations when travelling back and forth through Nether Portals in Multiplayer. - NetherPortalFix/build.gradle at 1.21.x · TwelveIterationMods/NetherPortalFix
I'll also note that the value you've set in the MV config (portalsearchradius: 1024), actually has no effect. It broke when 1.14 was released and there's no feasible way for us to fix it for all versions. Paper also has a setting for this. But why is it work fine when I go ...
Breadcrumbs NetherPortalFix / build.gradleTop File metadata and controls Code Blame 94 lines (82 loc) · 3.42 KB Raw plugins { id 'fabric-loom' version '1.4-SNAPSHOT' apply(false) // id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply(false) // this causes ForgeGradl...