All versions
0.2
Release
AiMatrixmod 0.210 months ago 1,936
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
专为《射击矩阵》枪战服务器开发的模组
A. 禁用非OP玩家的部分原版功能:
- 隐藏界面(F1)
- 打开调试信息(F3)
- 启用碰撞箱(F3+B)
- 调整黑暗脉动效果
- 旁观者高亮输入
- 以及视角切换输入(F5)
- 讲述人、声音->字幕
- 自定义皮肤->披风/左手。
B. 加入了/random指令,帮助数据包开发者更方便地调用随机数,以提供随机化的游戏内容。
C. 加入了装饰性的方块,比如铜格栅和铜活版门。
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:cXiTqNg3:jnq7SrwO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cXiTqNg3:jnq7SrwO"
}

