We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2cf1f commit b4a0e13Copy full SHA for b4a0e13
common/src/main/kotlin/com/lambda/module/modules/player/Nuker.kt
@@ -74,7 +74,7 @@ object Nuker : Module(
74
}
75
76
selection
77
- }.build()
+ }.build(finishOnDone = false)
78
// ToDo: Add build setting delegates
79
80
task?.run()
common/src/main/kotlin/com/lambda/task/tasks/BuildTask.kt
@@ -82,7 +82,6 @@ class BuildTask @Ta5kBuilder constructor(
82
private var placements = 0
83
private var breaks = 0
84
private val dropsToCollect = mutableSetOf<ItemEntity>()
85
-// private var goodPositions = setOf<BlockPos>()
86
87
private val onItemDrop: ((item: ItemEntity) -> Unit)?
88
get() = if (collectDrops) {
0 commit comments