Tags
Creators
Details
1.1.2
Compatibility
Changes
🔮 Legendary Mage Changelog
🚀 v1.1.2 (2026-08-08)
🏗️ Dependencies: Simplified Mod Requirements
-
Removed GeckoLib as a mandatory dependency
- Previously, you had to install GeckoLib, Curios, and PlayerAnimator separately — even though Iron's Spells 'n Spellbooks already bundles them.
- Now these are handled automatically as transitive dependencies through Iron's Spells. You only need to install Iron's Spells 'n Spellbooks — nothing else.
-
Updated
neoforge.mods.toml- Removed required dependency blocks for
geckolib[4.8.3,4.9),curios, andplayeranimator. - Only required dependencies now: NeoForge, Minecraft, and
irons_spellbooks. patchouliremains optional (for the in-game guidebook).- Description updated to reflect the simplified "Requires" list.
- Removed required dependency blocks for
-
Updated
build.gradle- GeckoLib: downgraded from
implementation→compileOnly+localRuntime(still available for dev builds, but not forced on players). - Curios & PlayerAnimator: downgraded to
localRuntimeonly (pulled in by Iron's Spells during dev, no manual install needed).
- GeckoLib: downgraded from
-
Cleaned up
gradle.properties- Removed unused variables:
playeranimator_version,irons_spells_version,irons_lib_version. - Kept
geckolib_versionandcurios_versionas they are still referenced elsewhere.
- Removed unused variables:
💡 What this means for players: Your mod list just got shorter. Install Iron's Spells 'n Spellbooks — GeckoLib, Curios, and PlayerAnimator come with it automatically. No extra downloads, no version conflicts.
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:2nmJDjSm:dxIbCZfo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2nmJDjSm:dxIbCZfo"
}![[ISS LM]Legendary Mage](https://cdn.modrinth.com/data/2nmJDjSm/c491e874bf893bfd40bb358f2441842d67abef6b_96.webp)

