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 {
107
107
compileOnly " org.jetbrains.kotlin:kotlin-stdlib-common:$kotlinVersion "
108
108
compileOnly ' org.jetbrains:annotations:23.0.0'
109
109
110
- // This Baritone will NOT be included in the jar
111
110
jarLibs files(" libs/baritone-api-forge-1.2.15.jar" )
112
111
113
112
// 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
5
5
import com.lambda.client.module.Category
6
6
import com.lambda.client.module.Module
7
7
import com.lambda.client.util.EntityUtils.flooredPosition
8
- import com.lambda.client.util.MovementUtils.isMoving
9
8
import com.lambda.client.util.threads.safeListener
10
9
import com.lambda.mixin.world.MixinBlockSoulSand
11
10
import com.lambda.mixin.world.MixinBlockWeb
12
11
import net.minecraft.init.Blocks
13
12
import net.minecraft.item.*
14
- import net.minecraft.network.play.client.CPacketClickWindow
15
- import net.minecraft.network.play.client.CPacketEntityAction
16
13
import net.minecraft.network.play.client.CPacketPlayer
17
14
import net.minecraft.network.play.client.CPacketPlayerDigging
18
15
import net.minecraft.network.play.client.CPacketPlayerDigging.Action
You can’t perform that action at this time.
0 commit comments