Links
Tags
Creators
Details
mc-1.20.1-fabric-v0.8.576
Compatibility
Changes
MagicLib 0.8 is out
MagicLib 0.8 has been completely refactored, existing MagicLib-dependent mods can still work with the built-in magiclib-legacy-compat, but it is recommended to migrate as soon as possible. MagicLib 0.9 will no longer support the running of these old mods.
Features
- Support Minecraft 1.20.6, 1.21
- Multi-platform support, MagicLib 0.8 starts to support Forge, NeoForge experimentally.
- Rewrite MagicI18n
- Default language is the system language
- Servers are localised according to client settings
- Rewrite Dependency Checking
- Annotations add more options
- Friendly Check Failure Tips
- Event System
- Introducing TweakerMore style configuration UI and internal implementation
Development
- Bundle lazydfu to better-dev
- Bundle smooth-boot to better-dev
Credit
- TweakerMore (LGPL 3.0 License) by Fallen-Breath
- Conditional-Mixin (LGPL 3.0 License) by Fallen-Breath
- Carpet-TIS-Addition (LGPL 3.0 License) by Fallen-Breath
- Mixin (MIT License) by SpongePowered
- SmoothBoot (MIT License) by UltimateBoomer
- LazyDFU (MIT License) by astei
- mod-fungible (LGPL 3.0 License) by magistermaks
Full Changelog: https://github.com/Hendrix-Shen/MagicLib/compare/0.7-patch.6...0.8
Build Information
- File name:
MagicLib-mc1.20.1-fabric-0.8.576-stable.jar - SHA-256:
7d0a5d488b24cdbc450a3ffd69a093c02b031f0f460c5af6f43f62f60466109d - Built from: https://github.com/Hendrix-Shen/MagicLib/actions/runs/9925635906
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| magiclib-better-dev-mc1.20.1-fabric-0.3.32-stable.jar | Unknown | 123.6 KiB | |
| magiclib-core-fabric-0.8.114-stable.jar | Unknown | 515.45 KiB | |
| magiclib-legacy-compat-mc1.20.1-fabric-0.8.23-stable.jar | Unknown | 349.52 KiB | |
| magiclib-malilib-extra-mc1.20.1-fabric-0.8.41-stable.jar | Unknown | 196.74 KiB | |
| magiclib-minecraft-api-mc1.20.1-fabric-0.6.59-stable.jar | Unknown | 273.19 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:XApHPUhT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mv1zH6ln:XApHPUhT"
}



