Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 4 days ago
All versions
1.1.1.003-1.20.1-forge
Beta
GD656Killicon 1.1.1.003-1.20.1-forge4 months ago 1.7M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- 本次更新主要是对即将到来的六五六MC大战场服务端做准备工作 部分内容可能存在问题
- 修复了部分服务端问题
- 新增榜单根据原版队伍分列功能
- 新增三个跟占领据点有关的配置项 (需要安装未发布的大战场服务端mod,所以普通玩家暂时无法使用)
- 优化玩家数据还有一堆忘记了的功能
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:dWe4hPBb:99M3Chfg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWe4hPBb:99M3Chfg"
}

