Skip to content

Commit 392ec0e

Browse files
committed
Fix format
1 parent a1e6c5a commit 392ec0e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dependencies {
107107
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion"
108108
compileOnly 'org.jetbrains:annotations:23.0.0'
109109

110-
// This Baritone will NOT be included in the jar
111110
jarLibs files("libs/baritone-api-forge-1.2.15.jar")
112111

113112
// Add everything in jarLibs to implementation (compile)

src/main/kotlin/com/lambda/client/module/modules/movement/NoSlowDown.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ import com.lambda.client.event.events.PacketEvent
55
import com.lambda.client.module.Category
66
import com.lambda.client.module.Module
77
import com.lambda.client.util.EntityUtils.flooredPosition
8-
import com.lambda.client.util.MovementUtils.isMoving
98
import com.lambda.client.util.threads.safeListener
109
import com.lambda.mixin.world.MixinBlockSoulSand
1110
import com.lambda.mixin.world.MixinBlockWeb
1211
import net.minecraft.init.Blocks
1312
import net.minecraft.item.*
14-
import net.minecraft.network.play.client.CPacketClickWindow
15-
import net.minecraft.network.play.client.CPacketEntityAction
1613
import net.minecraft.network.play.client.CPacketPlayer
1714
import net.minecraft.network.play.client.CPacketPlayerDigging
1815
import net.minecraft.network.play.client.CPacketPlayerDigging.Action

0 commit comments

Comments
 (0)