Skip to content

Commit

Permalink
Fix typo in StashFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
thebest9178 authored and tyrannus00 committed Apr 25, 2024
1 parent 5bf6bb7 commit 4151234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class StashFinder extends Module {
);

private final Setting<Integer> minimumStorageCount = sgGeneral.add(new IntSetting.Builder()
.name("minimum-storage-cont")
.name("minimum-storage-count")
.description("The minimum amount of storage blocks in a chunk to record the chunk.")
.defaultValue(4)
.min(1)
Expand Down

0 comments on commit 4151234

Please sign in to comment.