Links
Tags
Creators
Details
1.1.0
Compatibility
Changes
Decreased reach of pike from +2 to +1 Decreased reach of scythe from +1 to +0.5 Removed -10% speed penalty from scythes Decreased armor added by parrying blades (wood, stone & gold: +1, iron: +2, diamond: +3, netherite: +4) Increased range of shortsword from -1.0 to -0.5 Decreased base speed of shortsword (from 2.2 to 2.0) Changed the description of the duel wielding effect of the shortsword (was: "+25% Attack Speed when also holding a shortsword of the same type in the offhand slot." Now: "+25% Attack Speed when holding the same type of shortsword in the offhand." Warhammer now stuns and blinds targets for 1 second when attacking at full charge Added "Concussion" enchantment. Can be applied to warhammers, increases length of the stun effect by 0.125 seconds per level, max level IV (total increase of 0.5 second). Mutually exclusive with knockback. (Due to tick rounding, the actual increase is +0.1 seconds at level 1, +0.25 seconds at level 2, +0.35 seconds at level 3 and +0.5 seconds at level 4) Sonic arrows are now destroyed upon hitting a block Upgraded bows now properly do extra damage and can now be obtained in survival mode (netherite bows do 30% more damage)
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:u1RMe2VP:tLB0aW4X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u1RMe2VP:tLB0aW4X"
}

