Skip to content

Commit b87df54

Browse files
committed
Merge remote-tracking branch 'NeoLambda/improvement/inventory-move' into improvement/inventory-move
# Conflicts: # common/src/main/kotlin/com/lambda/module/modules/player/InventoryMove.kt
2 parents 1f3840b + 28c9945 commit b87df54

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/InventoryMove.kt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,10 @@
1717

1818
package com.lambda.module.modules.player
1919

20+
import com.lambda.event.events.MovementEvent
2021
import com.lambda.Lambda.mc
21-
import com.lambda.gui.LambdaScreen
22-
import com.lambda.interaction.request.rotation.Rotation
23-
import com.lambda.interaction.request.rotation.RotationConfig
24-
import com.lambda.interaction.request.rotation.RotationManager.onRotate
25-
import com.lambda.interaction.request.rotation.RotationMode
26-
import com.lambda.interaction.request.rotation.visibilty.lookAt
27-
import com.lambda.module.Module
28-
import com.lambda.module.tag.ModuleTag
2922
import com.lambda.util.KeyboardUtils.isKeyPressed
3023
import com.lambda.util.math.MathUtils.toFloatSign
31-
import net.minecraft.client.gui.screen.ChatScreen
32-
import net.minecraft.client.gui.screen.Screen
33-
import net.minecraft.client.gui.screen.ingame.AnvilScreen
34-
import net.minecraft.client.gui.screen.ingame.CommandBlockScreen
35-
import net.minecraft.client.gui.screen.ingame.SignEditScreen
3624
import org.lwjgl.glfw.GLFW.GLFW_KEY_DOWN
3725
import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_2
3826
import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_4

0 commit comments

Comments
 (0)