Tags
Creators
Details
1.0.2+mod
Compatibility
Changes
๐ด Brewing Stands now add 5% Arcana rather than 6%.
๐ด Chiseled Bookshelves no longer add Eterna.
๐ด Reduced base Arcana increase from the Dragon Egg from +25% to +17%.
๐ก Prismarine Blocks add +2% Arcana instead of +1% but add +4% Rectification instead of +5%.
๐ Most modded bookshelves are now supported by Nadir.
๐ Ars Arcana now mentions that Nadir allows for enchanting of animal armors.
๐ Fixed Enchanted Books being able to be reenchanted.
๐ Elytra can no longer be put inside the Enchanting Table.
๐ Fixed items being mirrored in the Enchanting Table.
๐ Magic Protection now also reduces damage from the following damage types:
dragon_breath
indirect_magic
thorns
wither_skull
wither
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:Ifo6hVSZ:6aM6ifqV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ifo6hVSZ:6aM6ifqV"
}

