Skip to content

Commit daf9b13

Browse files
committed
Bring back block setting
1 parent d564d26 commit daf9b13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ object HighwayTools : Module(
2727
private val width by setting("Width", 6, 1..30, 1)
2828
private val rimHeight by setting("Rim Height", 1, 0..6, 1)
2929
private val cornerBlock by setting("Corner Block", false, description = "Include corner blocks in the highway")
30-
private val material = Blocks.OBSIDIAN
3130
private val distance by setting("Distance", -1, -1..1000000, 1, description = "Distance to build the highway (negative for infinite)")
3231
private val sliceSize by setting("Slice Size", 3, 1..5, 1, description = "Number of slices to build at once")
33-
// ToDo: Fix block setting
34-
// private val material by setting("Material", Blocks.OBSIDIAN, description = "Material to build the highway with")
32+
private val material by setting("Material", Blocks.OBSIDIAN, description = "Material to build the highway with")
3533

3634
private var octant = EightWayDirection.NORTH
3735
private var distanceMoved = 0

0 commit comments

Comments
 (0)