Tags
Creators
Details
Licensed ARR
Published last month
Updated 14 hours ago
All versions
1.1.163
Release
DMZ Ragnarok 1.1.1635 days ago 17
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
A small client-side fix to the server entry this mod pins in the Multiplayer menu.
Fix
- The pinned server entry pointed at an address that no longer accepts direct connections. The mod pins the official server to the top of the Multiplayer list every time that screen opens, using an address compiled into the mod, so a player could not correct it by editing or deleting the entry: it simply came back. It now points at the current address.
- The old entry is removed rather than left sitting underneath the new one. Anyone who has run an earlier build has the previous address saved in their server list, and nothing ever cleaned it up, so without this they would see both. The removal is written back once, so it is genuinely gone instead of being hidden again on every screen open. Servers you added yourself are untouched.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bLplVEcb:DRiQQ7Y7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bLplVEcb:DRiQQ7Y7"
}




