Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 5 days ago
All versions
1.0.1
Release
VoidQuit 1.0.15 days ago 3
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Changes
新内容
加载器
- 加入 NeoForge 版本,支持 1.20.4、1.20.6、1.21.1、1.21.3、1.21.4、1.21.5、1.21.8、1.21.10、1.21.11、26.1.2。
更改
- jar 文件名加入加载器标识,由
voidquit-mc...改为voidquit-fabric-mc.../voidquit-neoforge-mc...。
修复
- 配置文件内容为空值时,游戏在每游戏刻崩溃循环。
fallDepth配置为异常数值时触发线计算溢出回绕,导致玩家在正常位置被误退出。- 26.1.2 的 Java 依赖声明错误:MC 26.1 要求 Java 25,实际声明为 21。
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:trLzuSqf:TVcvBnG3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:trLzuSqf:TVcvBnG3"
}

