Skip to content

Commit 1707b09

Browse files
committed
Refine bow /3 versions
1 parent d6faa4a commit 1707b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/studio/magemonkey/divinity/manager/listener/object/VanillaWrapperListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void onVanillaShootBow(EntityShootBowEvent e) {
6868
Vector orig = pj.getVelocity();
6969
double power = e.getForce();
7070

71-
if (Version.CURRENT.isAtLeast(Version.V1_20_R4)) {
71+
if (Version.CURRENT.isAtLeast(Version.V1_20_R4) && Version.CURRENT.isLower(Version.V1_21_R4)) {
7272
power /= 3;
7373
}
7474

0 commit comments

Comments
 (0)