We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5253c4 commit 8a1ea79Copy full SHA for 8a1ea79
2 files changed
src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt
@@ -30,7 +30,7 @@ import net.minecraft.util.math.Vec2f
30
import kotlin.time.DurationUnit
31
import kotlin.time.toDuration
32
33
-class AutoWalk : Module(
+object AutoWalk : Module(
34
name = "AutoWalk",
35
description = "Automatically makes your character walk forward",
36
tag = ModuleTag.MOVEMENT,
src/main/kotlin/com/lambda/module/modules/player/AutoSign.kt
@@ -33,7 +33,7 @@ import net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
import java.util.*
@Suppress("unused")
-class AutoSign : Module(
+object AutoSign : Module(
37
name = "AutoSign",
38
description = """Auto fills signs with customizable text. Leave lines empty to skip them. Supports data formatting with:
39
|<d> - Day of month (1-31)
0 commit comments