Skip to content

Commit

Permalink
Merge pull request #11 from eimi-codes/fix-ci
Browse files Browse the repository at this point in the history
fix: fix spelling of bloock
  • Loading branch information
GaeaKat authored Aug 17, 2024
2 parents 329fc70 + 341852c commit ca16773
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 ca16773

Please sign in to comment.