Skip to content

Commit

Permalink
Update BaseFinder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
etianl authored Jul 26, 2024
1 parent 5cf727f commit 687f529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class BaseFinder extends Module {
.description("If bedrock higher than this many blocks above minimum build limit, flag chunk as possible build.")
.min(0)
.sliderRange(0, 384)
.defaultValue(5)
.defaultValue(4)
.visible(() -> bedrockfind.get())
.build());
private final Setting<Boolean> spawner = sgDetectors.add(new BoolSetting.Builder()
Expand Down

0 comments on commit 687f529

Please sign in to comment.