Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
mc-1.20.1-fabric-v0.8.585
Release
MagicLib 0.8.585 for Minecraft 1.20.1 (fabric)2 years ago 74.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
What's Changed
- Update MaFgLib version by @TexBlock in https://github.com/Hendrix-Shen/MagicLib/pull/86
New Contributors
- @TexBlock made their first contribution in https://github.com/Hendrix-Shen/MagicLib/pull/86
Full Changelog: https://github.com/Hendrix-Shen/MagicLib/compare/dev/0.8.584...dev/0.8.585
Build Information
- File name:
MagicLib-mc1.20.1-fabric-0.8.585-stable.jar - SHA-256:
f48a71f4d2bef06a3d396a3d035952c81d4ff0bb5f1831a70b5273bafcbf582d - Built from: https://github.com/Hendrix-Shen/MagicLib/actions/runs/10227387816
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| magiclib-better-dev-mc1.20.1-fabric-0.3.35-stable.jar | Unknown | 123.59 KiB | |
| magiclib-core-fabric-0.8.116-stable.jar | Unknown | 515.45 KiB | |
| magiclib-legacy-compat-mc1.20.1-fabric-0.8.24-stable.jar | Unknown | 349.52 KiB | |
| magiclib-malilib-extra-mc1.20.1-fabric-0.8.45-stable.jar | Unknown | 196.74 KiB | |
| magiclib-minecraft-api-mc1.20.1-fabric-0.6.62-stable.jar | Unknown | 274.95 KiB |
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:mv1zH6ln:HoaXNunU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mv1zH6ln:HoaXNunU"
}



