Skip to content

Commit

Permalink
LEGACY: Updated BlocksMC2 Critical (CCBlueX#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Apr 1, 2024
1 parent 58ee287 commit a0b3fb1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ object Criticals : Module("Criticals", ModuleCategory.COMBAT) {
}

"blocksmc2" -> {
if (thePlayer.ticksExisted % 6 == 0) {
if (thePlayer.ticksExisted % 5 == 0) {
sendPackets(
C04PacketPlayerPosition(x, y + 0.001, z, false),
C04PacketPlayerPosition(x, y + 0.0010153, z, false),
C04PacketPlayerPosition(x, y + 0.002, z, true),
C04PacketPlayerPosition(x, y - 0.000001, z, false),
C04PacketPlayerPosition(x, y, z, false)
)
}
Expand Down

0 comments on commit a0b3fb1

Please sign in to comment.