Tags
Creators
Details
All versions
2.3.0
Release
Arcanum of Wisdom 2.3.0last year 65
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changes
- reworked wisdom overlay: added four new keybinds to move both overlays ingame (now possible with new command too)
- added a lot new commands, e.g. overlayOffset for moving the wisdom overlays ingame or cmdlist to open a list of all commands
- added 3 new enchantments: heavy strike (stuns enemies when applied to a netherite artifact sword), heavy thorns (thorns enchantment for the netherite artifact armor), spiky hit (does 4 thorns damage when applied to a holy branch)
- reworked some AoW potions for more balance
- reworked 2 powers: water racer, lava racer
- added 3 new blocks: relic entombed blackstone, relic entombed end stone
- changed the support/wiki/mod website to https://benl4b-community.web.app/mods/aow
- added and reworked some pages of the book of arcanum of wisdom
- added 2 new dimensions: arcana nether (same arcana rules, enter by going under y=20 in the arcana dimension and leave by going above y=120 or via dimensional travel GUI), arcana aether (same arcana rules, special features when falling (into the void), enter by going above y=160 and leave by going under -30 (falling into the void) or via dimensional travel GUI)
- reworked the arcana dimension code for better performance (might impact ores, fluid and feature generations)
- added 2 new potions: reflex booster (lets enemies miss attacks with a chance of 1 in 3), agility booster (reworks the players movement abilities e.g. with more forward momentum)
- added a new gamerule: aowArcanaNetherAutoBonemeal
- added all new functions and features into the refresh procedures for more stability
- reworked some status effects to be more reliable
- added 5 new biomes for the arcana nether and arcana aether biome (generations might be instable, some biomes might spawn very rarily)
- ... and some smaller changes
Bugfixes
- a lot of bugfixes, most of them related to the reworks and smaller changes (see changelog above)
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:jGUGYLsQ:wTW7A5qR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jGUGYLsQ:wTW7A5qR"
}

