2.0.14-mc1.20.1-forge
Compatibility
Required content
Changes
Tested against:
-
Forge: 47.4.0
-
Minecraft: 1.20.1
-
Epic Fight: 20.14.5-mc1.20.1-forge
-
Added Spawn Egg Item for Lupus Aureum
Avatar of might
- Sneaking threshold reduced to 1.2s
Proximity exploiter
- Will now increase Solar heat level
Voodoo magic
- Significantly reduced Forbidden Strength life consumption
Antitheus
- Shorten the hitbox
- Demonic ascension
- Dash attack no longer resets cooldown
- Voodoo magic will increase Demonic ascension duration while sneaking to drain Health into stamina
- Blackhole catharis damage fixed
- Dash attack will now perform catharis when all other attacks will apply wither
Orbit
- Increase innate requirement
- Decrease damage
- Basic Attack 4 will now scale from target missing health.
Dread full buster
- Grant stun immunity for 1.1 sec when triggered
- Increase damage when successfully performed
Manipulator
- Stamina recovery now scale from the timing of the parry/block
Lunatic vivacity
- Increase duration of the Stamina reduction phase
Dodgemaster
- Can now be used with Emergency escape
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:oWx9p4ug:tpsfuUgn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oWx9p4ug:tpsfuUgn"
}


