Links
Tags
Creators
Details
Licensed WTFPL
Published 3 years ago
Updated 2 months ago
All versions
0.1.3
Beta
ServerAddressSpaceFix 0.1.33 years ago 11.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Changes
0.1.3
时间:2023 10 28
主要内容:这玩意好像不具备特定版本兼容性啊,那我直接改兼容性列表以大版本作为兼容性边界得了,1.20全版本通用一个分支和同一个输出。
按理来说是不太至于出意外的,但如果真出了意外那我们后面再说。
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:MRySi79e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJGSUuLp:MRySi79e"
}
