All versions
0.7.364
Release
MagicLib 0.7.3643 years ago 11.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
1.19.2–1.19.4
1.18.2
1.17.1
1.16.5
1.15.2
1.14.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
As you know the first snapshot of Minecraft 1.20.2 has been released. So pushing a staged cumulative update, MagicLib may delay feature updates for the next while.
Features
- Add Traditional Chinese translation (By @Blackrowtw)
Fixes
- Fix RenderEvent on fabulous quality (Related to plusls/MasaGadget#96)
- Fix Text Render (MC 1.19.4)
Development
- Deprecated TranslatableConfig now IMagicConfigBase
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| magiclib-1.14.4-0.7.364+85d9866-stable.jar | Unknown | 400.83 KiB | |
| magiclib-1.15.2-0.7.364+85d9866-stable.jar | Unknown | 386.01 KiB | |
| magiclib-1.16.5-0.7.364+85d9866-stable.jar | Unknown | 387.82 KiB | |
| magiclib-1.17.1-0.7.364+85d9866-stable.jar | Unknown | 385.83 KiB | |
| magiclib-1.18.2-0.7.364+85d9866-stable.jar | Unknown | 387.35 KiB | |
| magiclib-1.19.2-0.7.364+85d9866-stable.jar | Unknown | 388.4 KiB | |
| magiclib-1.19.3-0.7.364+85d9866-stable.jar | Unknown | 387.49 KiB | |
| magiclib-1.19.4-0.7.364+85d9866-stable.jar | Unknown | 387.71 KiB | |
| magiclib-1.20.1-0.7.364+85d9866-stable.jar | Unknown | 387.67 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:2tt9trXx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mv1zH6ln:2tt9trXx"
}

