Links
Tags
Creators
Details
Licensed BSD-2-Clause
Published 5 days ago
Updated 5 days ago
All versions
1.2.4
Release
fooddelivery 1.2.45 days ago 22
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
**v1.2.4(2026-08-03)
- 版本号更新至 1.2.4(构建版本同步,无功能改动)。
- 修复:手册物品在公共类直接引用客户端类,导致 Mohist / 专用(无头)服务端启动 NoClassDefFoundError 崩溃;已将界面逻辑抽离至仅客户端加载的辅助类,服务端加载恢复正常。**
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:VQYtzRED:1Au2FArN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VQYtzRED:1Au2FArN"
}

