Tags
Creators
Details
All versions
3.1.17+1.21.11
Release
Arcana Novum 3.1.17 [Fabric 1.21.11]8 months ago 1,177
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changelog
- Updated to 1.21.11 (Thanks to Sylvxa for the PR)
- Equipment Items will now show their stats in their item lore
- Charm of Wildgrowth has a stronger effect on oxidizing copper, and can oxidize more than just regular copper blocks.
- Spear of Tenbrous has been reworked. It now acts similar to a regular spear, but can still be thrown when held in the main-hand, and can charge attack while in the off-hand.
- Spear of Tenbrous deals lower damage, but now deals Arcane Lightning damage for all attacks.
- The Graviton Maul now fully immobilizes you instead of giving a high level of slowness when using the Maelstrom ability.
- Added Spears and Nautilus armor of the Iron, Gold and Copper types to the items that Charm of Neodymium can steal
- The Shadow Stalker's Glaive now has slightly increased range and can disable shields for a fraction of a second.
- Fixed a bug where the Graviton Maul could not be enchanted with Smite, Fire Aspect, or Bane of Arthropods.
- Fixed Wildgrowth Charm not growing stem-type plants after their stem was matured
- Fixed some visual bugs with the Midnight Enchanter
- Fixed a bug with entering a name into the Starpath Altar
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:9J7sCd3t:GsCja4nK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9J7sCd3t:GsCja4nK"
}

