File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
common/src/main/kotlin/com/lambda
interaction/request/breaking Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import com.lambda.util.Communication.info
3737import com.lambda.util.Communication.warn
3838import com.lambda.util.collections.LimitedDecayQueue
3939import com.lambda.util.player.gamemode
40- import net.minecraft.block.BlockState
4140import net.minecraft.block.OperatorBlock
4241import net.minecraft.entity.ItemEntity
4342import net.minecraft.util.math.ChunkSectionPos
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import com.lambda.event.events.TickEvent
2929import com.lambda.event.listener.SafeListener.Companion.listen
3030import com.lambda.graphics.renderer.esp.builders.buildFilled
3131import com.lambda.graphics.renderer.esp.builders.buildOutline
32- import com.lambda.graphics.renderer.esp.impl.StaticESPRenderer
3332import com.lambda.interaction.construction.blueprint.StaticBlueprint.Companion.toBlueprint
3433import com.lambda.interaction.construction.context.BreakContext
3534import com.lambda.interaction.construction.context.BuildContext
@@ -154,7 +153,7 @@ object PacketMine : Module(
154153
155154 boxes.forEach { box ->
156155 event.renderer.buildFilled(box, color)
157- event.renderer.buildOutline(box, Color ( color.rgb) .setAlpha(1.0 ))
156+ event.renderer.buildOutline(box, color.setAlpha(1.0 ))
158157 }
159158 }
160159 }
You can’t perform that action at this time.
0 commit comments