File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/main/kotlin/com/lambda/client/module/modules/movement Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -5,14 +5,11 @@ import com.lambda.client.event.events.PacketEvent
55import com.lambda.client.module.Category
66import com.lambda.client.module.Module
77import com.lambda.client.util.EntityUtils.flooredPosition
8- import com.lambda.client.util.MovementUtils.isMoving
98import com.lambda.client.util.threads.safeListener
109import com.lambda.mixin.world.MixinBlockSoulSand
1110import com.lambda.mixin.world.MixinBlockWeb
1211import net.minecraft.init.Blocks
1312import net.minecraft.item.*
14- import net.minecraft.network.play.client.CPacketClickWindow
15- import net.minecraft.network.play.client.CPacketEntityAction
1613import net.minecraft.network.play.client.CPacketPlayer
1714import net.minecraft.network.play.client.CPacketPlayerDigging
1815import net.minecraft.network.play.client.CPacketPlayerDigging.Action
You can’t perform that action at this time.
0 commit comments