diff --git a/src/main/java/meteordevelopment/meteorclient/systems/modules/world/StashFinder.java b/src/main/java/meteordevelopment/meteorclient/systems/modules/world/StashFinder.java index 5c8ae85e55..b79aa52617 100644 --- a/src/main/java/meteordevelopment/meteorclient/systems/modules/world/StashFinder.java +++ b/src/main/java/meteordevelopment/meteorclient/systems/modules/world/StashFinder.java @@ -48,7 +48,7 @@ public class StashFinder extends Module { ); private final Setting 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)