Tags
Creators
Details
9.0
Compatibility
Required content
Changes
Ported the whole mod to depend on SolLib
Drastically improves backend systems stability. The changelog might be small, but the mod now performs much better and explodes less.
Prominent changes include:
-
In game config viewing and edition
-
Entire rewrite of the staff registry system, allowing for far more advanced things and making it support a lot of other mod resources
- experience
- health
- hunger
- ammo
- botania mana
- spell engine runes (and integration with spell power)
- origins resources
- goety soul energy
- electroblob's wizardry mana
- affinity aethum
- feathers
- team reborn energy
- weathering staffs (caverns and chasms)
Read the wiki for full info
Smaller features
-
Prettified staff tooltips a lot
-
Staffs will now render a + when holding overcharging materials in inventories
-
Staffs now properly support attribute modifiers
-
Improved mod compatibility for Magic Protection (granted they tag their stuff properly)
-
Added advancements for Knowledge
-
Added a built in optional resourcepack for high res staff particles
-
More built in staffs for mod compatibility
Fixes
- Reduced aggressiveness of enchant limit caching, preventing issues in larger modpacks
- Soulbound now properly consumes itself if set in configs
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Sortilege-1.20.1-9.0-sources.jar | Sources jar | 1.3 MiB |
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:GyVUSbid:qsvS3NyS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GyVUSbid:qsvS3NyS"
}

