All versions
0.1.0
Beta
Shield Parry 0.1.02 months ago 187
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Shield Parry 0.1.0
Initial release.
Features
- Added shield cooldown after normal blocks.
- Added perfect parries during the shield raise window.
- Added true damage reflection on perfect parries.
- Added melee stagger and knockback feedback.
- Added mob posture buildup and posture breaks.
- Added stronger true stagger when posture is broken.
- Added custom effects related to parrying and posture damage.
- Added two advancements: Parry! and Posture Broken!
- Added support for vanilla shields and shield-like modded items.
盾牌弹反 0.1.0
首次发布。
- 修改原版盾牌格挡逻辑。
- 加入完美弹反机制。
- 加入架势与破架势机制。
- 加入僵直、击退、反伤反馈。
- 加入多个状态效果。
- 加入两个成就:弹反!、架势已破!
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:L8Q2k01z:e0uWCZMl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L8Q2k01z:e0uWCZMl"
}

