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 e19556c commit 5cf727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/pwn/noobs/trouserstreak/modules/BaseFinder.java
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(4)
.defaultValue(5)
.visible(() -> bedrockfind.get())
.build());
private final Setting<Boolean> spawner = sgDetectors.add(new BoolSetting.Builder()
Expand Down Expand Up @@ -1025,4 +1025,4 @@ private boolean isNaturalLagCausingBlock(Block block) {
!(block ==Blocks.NETHERRACK) &&
!(block ==Blocks.LAVA);
}
}
}

0 comments on commit 5cf727f

Please sign in to comment.