Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 4 years ago
All versions
1.1.3
Release
Sorcerium4 years ago 4,430
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Sorcerium 1.1.3 (1.16.5 and 1.19.2) Update Changelog
Fixed/Changed
- Slime Staff now shows "Not Enough Mana!" and "Minimal Sorcery Level for this item is 12" Texts in the right place
- Electric Wand now consumes 30 mana points instead of 40
- Sorcery level now gives you achievements even if you skip levels 10-20-30-40 by using the sorcerer's knowledge book
- Improved Volcano Wand Texture
- Wisp Orb now also gives haste effect when he is near you
- All Wands & Staffs now have extra 200 durability points
- Boa Boa The Puffer now gives 2 effects for 10 minutes if you click on him
- Black Marble now spawns less but in bigger groups
- Ascent Wand now consumes 50 mana points instead of 70
- Sorcerer's Knowledge Book Structure now spawns 50% less
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:2QzOTEYA:HOkmTLWL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2QzOTEYA:HOkmTLWL"
}

