Links
Creators
Details
v0.8.873-mc1.21.8-neoforge
Compatibility
Changes
This version is automatically released by CI Build
Latest commit log:
Add client-side command api (#380)
- Add client-side command api
- Designed by dsh with deepseek-flash
- Fix Type Erasure issue
- Designed by dsh with deepseek-flash
-
MagicCommandSource -> ClientCommandSource
-
Add built-in example command
- Designed by dsh with deepseek-flash
-
Tweak command message
-
Add client-side command argument type
- Designed by dsh with deepseek-v4-flash
- Adapt to breaking changes in the CheckStyle plugin
- Designed by dsh with deepseek-v4-flash
Signed-off-by: Hendrix-Shen HendrixShen@hendrixshen.top
Build Information
- File name:
MagicLib-mc1.21.8-neoforge-0.8.873-beta.jar - SHA-256:
226ea0d49fcd85346cf51834a98975469c0d0cc16f232f50ed0582b88efd403b - Built from: https://github.com/Hendrix-Shen/MagicLib/actions/runs/33301970172
Optional dependencies
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:JOGZQCse:436tTgc3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JOGZQCse:436tTgc3"
}

