We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/3
1 parent d6faa4a commit 1707b09Copy full SHA for 1707b09
1 file changed
src/main/java/studio/magemonkey/divinity/manager/listener/object/VanillaWrapperListener.java
@@ -68,7 +68,7 @@ public void onVanillaShootBow(EntityShootBowEvent e) {
68
Vector orig = pj.getVelocity();
69
double power = e.getForce();
70
71
- if (Version.CURRENT.isAtLeast(Version.V1_20_R4)) {
+ if (Version.CURRENT.isAtLeast(Version.V1_20_R4) && Version.CURRENT.isLower(Version.V1_21_R4)) {
72
power /= 3;
73
}
74
0 commit comments