Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 months ago
All versions
v7.6J+mod
Release
v7.6J - 1.21 MOD2 years ago 499
Compatibility
Minecraft: Java Edition
1.21
1.20.2–1.20.6
Platforms
Fabric
Forge
Quilt
Supported environments
Changes
Updated to 1.21 Changes:
- Possessed Blade Wind Burst level reduced to 2
- Forgotten Miner's Steel-Toed Boots now have 4 points of Armor
- Charm of Dwarfism now further reduces gravity and makes you immune to Fall-Damage
- Lost Soul HP reduced (40 -> 20)
- Undead Barbarian's Battle Axe buffed
- Attack speed increased (3.7 -> 3.6)
- Gravity Increase lowered (0.06 -> 0.05)
- Movement speed decreased lowered (0.06 -> 0.05)
- Giant Attack Damage increased
- Void Sentinel HP lowered (70 -> 60)
- Spectre boots now give less safe fall distance (300 -> 100)
Fixes:
- Giant abiltiies weren't being used
- Moss Spider had the incorrect size and is now bigger
- Wraith Smoke Particles now show up again
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:alk9mtOr:pys0PUJZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:alk9mtOr:pys0PUJZ"
}

