Links
Tags
Creators
Details
1.5.0
Compatibility
Changes
1.5.0
Re-textures for the majority of effect icons (still subject to change)
Renamed feeble potions and effect to -> Frail
Added a global toggle for this mod in the common config
Added 7 new attributes:
Damage Resistance Damage Multiplier Jump Height Dig Speed Magic Damage Magic Shielding Projectile Damage
Disabled vanilla mechanics for haste, resistance, and jump boost and replaced them with their corresponding attributes, Existing effects now use new attributes
Added irons spellbook compat to magic damage and magic shielding attributes, spell damage will increase with magic damage and spell resistance will increase magic shielding
Added new potion: Magic Shield
Added an armor overlay thats highly inspired by potion core, this adds over-capped armor, armor toughness, and resistance overlays
Added events for all the new attributes and added attribute documentation for use outside of this mod
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:frObM4qa:5nEoLhX1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:frObM4qa:5nEoLhX1"
}

