Skip to content

Commit

Permalink
Fix typo in StashFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
thebest9178 committed Aug 18, 2023
1 parent ea25ccf commit 8d2e3bb
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 8d2e3bb

Please sign in to comment.