All versions
1.1.7.1
Release
Fundamental Principles v1.1.7.1last month 322
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Changelog 1.1.7.1
Mana Reinforcement
- Mana reinforcement is no longer learnable through Augere level but upgradeable.
- Each instance of damage received while using the reinforcement will add experience to Augere Principle.
- Amplifiers (reinforcement levels) are obtained each 5 levels: (0-5-10-15-20)
- Removed "Battlemage I" advancement.
Imp
- Tweaked walking animation.
- Now can cast Flaming Strike and Burning Dash.
- Fall damage reduced.
- Reduced the chance of casting fireball.
- Added a blink animation.
Mobs:
- Added spell resistance to runear.
- Added Fur item drop correctly to Runear.
- Venemerus spiders no longer damage each other.
- Added Cherry bird, a neutral flying mob that will spawn in cherry grooves, they will defend their habitat at all costs.
Exhaustion display
- Removed exhaustion bottle icon.
- Changed mana bar color according to the exhaustion level.
- Added an exhaustion counter.
- Added client config for exhaustion counter offset.
Spellbook Levels
- Changed spellbook levels progression.
- Removed spellbook experience points.
- Now spellbook level is marked by a diamond emoji with the color of the rarity.
- Added mythic rarity: 14 slots
- Replaced spellbook mixins.
- Now spellbooks level up by using "Spellbok covers" from different tiers. You must upgrade your spellbook level by level.
- Each level adds spell power.
Others
- Now luminaire extract recipe is correctly shown in JEI's menu.
Fixes
- Fixed a bug that crash in multiplayer servers.
- Fixed duplication datagen error.
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:8VHErEuE:ZesFD8Ja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8VHErEuE:ZesFD8Ja"
}

