Skip to content

Commit f18efe7

Browse files
committed
bug: Fixed Cannon Mount angle rounding
1 parent b8bae47 commit f18efe7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/rbasamoyai/createbigcannons/cannon_control/cannon_mount/CannonMountInterfaceBlockEntity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public List<BlockPos> addPropagationLocations(IRotate block, BlockState state, L
9595

9696
@Override
9797
protected void applyRotationAndAngle() {
98-
this.parent.setPitch(Math.round(this.parent.cannonPitch));
9998
this.parent.applyRotation();
10099
}
101100
}
@@ -115,7 +114,6 @@ public List<BlockPos> addPropagationLocations(IRotate block, BlockState state, L
115114

116115
@Override
117116
protected void applyRotationAndAngle() {
118-
this.parent.setYaw(Math.round(this.parent.cannonYaw));
119117
this.parent.applyRotation();
120118
}
121119
}

0 commit comments

Comments
 (0)