Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
3.0.0.19
Release
Mana and Artifice 3.0.0.192 years ago 397
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Fixed a couple of incorrect imports causing crashes in certain circumstances.
- Constructs casting transmute now use the tier of their caster arm to determine if they can perform the transmutation.
- The manaweaving altar and eldrin altar now correctly calculate re-craft reagent quantities. You may need to re-save previous recipes.
- The Mbag now also works in belt slots, like practitioners pouches
- The affinity hud no longer shows at t0
- Fixed a missing override with warding candles which could cause them breaking to not properly remove the no-spawn zone.
- Updated the Anelace to be more like a sword. It still technically isn't one, but it will act more like it in several cases.
- The Anelace is now enchantable.
- Fixed aura resolution from the M&A web server.
Optional dependencies
Any compatible version
Any compatible version
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:zaRGNexp:i6nCwjWU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zaRGNexp:i6nCwjWU"
}

