Skip to content

Commit 623a6ff

Browse files
committed
Fix rim height setting default
1 parent e4a5e7b commit 623a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object HighwayTools : Module(
2727
) {
2828
private val height by setting("Height", 4, 1..10, 1)
2929
private val width by setting("Width", 6, 1..30, 1)
30-
private val rimHeight by setting("Rim Height", 0, 1..6, 1)
30+
private val rimHeight by setting("Rim Height", 1, 0..6, 1)
3131
private val cornerBlock by setting("Corner Block", false, description = "Include corner blocks in the highway")
3232
private val material = Blocks.OBSIDIAN
3333
private val distance by setting("Distance", -1, -1..1000000, 1, description = "Distance to build the highway (negative for infinite)")

0 commit comments

Comments
 (0)