Links
Creators
Details
v0.8.663-mc1.21.1-fabric
Compatibility
Changes
This version is automatically released by CI Build
Latest commit log:
Add Vec3iTuple Config (#145)
-
Add JsonSerializable
-
Vec3 -> Vec3i
-
Fix wrong behavior of resetButton
-
Don't call resetToDefault in <init> to prevent potential subclassing faults
-
Tweak the text field coordinate
-
Fix wrong translation key
-
Add ConfigVec3iTuple
-
Ensure alphabetical order
-
Make field more strict
-
Safe Deserialization
-
Add missing log
-
Add ConfigVec3iTupleList
-
Reformat code
-
Fix import
Signed-off-by: Hendrix-Shen HendrixShen@hendrixshen.top
Build Information
- File name:
MagicLib-mc1.21.1-fabric-0.8.663-beta.jar - SHA-256:
ee67ce92e8c3488f0d72b27540c6d0efd5881de34a5fda1d4fa5bdae46c280a7 - Built from: https://github.com/Hendrix-Shen/MagicLib/actions/runs/12662565985
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:L8S04nsJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JOGZQCse:L8S04nsJ"
}



