Skip to content

Commit 8c8548c

Browse files
committed
Merge fixes
1 parent 51365d7 commit 8c8548c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

common/src/main/kotlin/com/lambda/module/modules/debug/HighwayTools.kt renamed to common/src/main/kotlin/com/lambda/module/modules/player/HighwayTools.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package com.lambda.module.modules.debug
1+
package com.lambda.module.modules.player
22

3-
import com.lambda.interaction.construction.DynamicBlueprint
43
import com.lambda.interaction.construction.DynamicBlueprint.Companion.blueprintOnDone
54
import com.lambda.interaction.construction.DynamicBlueprint.Companion.offset
65
import com.lambda.interaction.construction.verify.TargetState
@@ -20,7 +19,7 @@ import kotlin.math.roundToInt
2019
object HighwayTools : Module(
2120
name = "HighwayTools",
2221
description = "Auto highway builder",
23-
defaultTags = setOf(ModuleTag.BUILDING),
22+
defaultTags = setOf(ModuleTag.PLAYER, ModuleTag.AUTOMATION),
2423
defaultKeybind = KeyCode.X
2524
) {
2625
private val height by setting("Height", 4, 1..10, 1)

common/src/main/resources/lambda.mixins.common.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
"render.RenderTickCounterMixin",
3434
"render.ScreenHandlerMixin",
3535
"render.VertexBufferMixin",
36-
"render.WorldRendererMixin"
37-
"world.ClientWorldMixin",
38-
"world.WorldMixin"
36+
"render.WorldRendererMixin",
37+
"world.ClientWorldMixin"
3938
],
4039
"injectors": {
4140
"defaultRequire": 1

0 commit comments

Comments
 (0)