Skip to content

Commit

Permalink
fix: fix spelling og bloock
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Aug 17, 2024
1 parent 329fc70 commit 341852c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/irish/eimi/bratacha/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Config

private static final ModConfigSpec.BooleanValue LOG_DIRT_BLOCK = BUILDER
.comment("Whether to log the dirt block on common setup")
.define("logDirtBlock", true);
.define("logDirtBloock", true);

private static final ModConfigSpec.IntValue MAGIC_NUMBER = BUILDER
.comment("A magic number")
Expand Down

0 comments on commit 341852c

Please sign in to comment.