All versions
0.2.1
Release
ServerAddressSpaceFix 0.2.12 years ago 86.2K
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
0.2.1
时间:2024 10 30
主要内容:加大剂量
- 以前不会对服务器列表中已经保存的服务器地址进行处理,现在只要模组处于启用状态会直接对所有地址进行消除空格替换,确保不留死角。
说人话:未安装或未启用本模组时添加的服务器地址如果有空格,在启用本模组之后会在打开“多人游戏”窗口时被处理掉。
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ServerAddressSpaceFix-0.2.1 mc1.21+1.21.x-sources.jar | Unknown | 9.63 KiB |
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:NJGSUuLp:uNFxGG4a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJGSUuLp:uNFxGG4a"
}
