Skip to content

Commit

Permalink
Update AutoTool
Browse files Browse the repository at this point in the history
  • Loading branch information
Wide-Cat authored Aug 22, 2023
1 parent 4bcaff4 commit c48e8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class AutoTool extends Module {
private final Setting<Boolean> fortuneForOresCrops = sgGeneral.add(new BoolSetting.Builder()
.name("fortune-for-ores-and-crops")
.description("Mines Ores and crops only with the Fortune enchantment.")
.defaultValue(true)
.defaultValue(false)
.build()
);

Expand Down

0 comments on commit c48e8d1

Please sign in to comment.