File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/lambda/module/modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import net.minecraft.util.math.Vec2f
3030import kotlin.time.DurationUnit
3131import kotlin.time.toDuration
3232
33- class AutoWalk : Module (
33+ object AutoWalk : Module(
3434 name = " AutoWalk" ,
3535 description = " Automatically makes your character walk forward" ,
3636 tag = ModuleTag .MOVEMENT ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import net.minecraft.network.packet.c2s.play.UpdateSignC2SPacket
3333import java.util.*
3434
3535@Suppress(" unused" )
36- class AutoSign : Module (
36+ object AutoSign : Module(
3737 name = " AutoSign" ,
3838 description = """ Auto fills signs with customizable text. Leave lines empty to skip them. Supports data formatting with:
3939 |<d> - Day of month (1-31)
You can’t perform that action at this time.
0 commit comments