Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WenXin20 committed Sep 1, 2024
1 parent 9dffe56 commit cc22e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/wenxin2/warp_pipes/init/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ private Config() {
.comment("Allow pipes to be unwaxed with an axe.")
.comment("§9[Default: false]")
.define("allow_pipe_unwaxing", false);
BLINDNESS_EFFECT = BUILDER.translation("configuration.warp_pipes.blidness_effect")
BLINDNESS_EFFECT = BUILDER.translation("configuration.warp_pipes.blindness_effect")
.comment("Warping gives the player a brief blindness effect.")
.comment("§9[Default: true]")
.define("blidness_effect", true);
.define("blindness_effect", true);
WAX_DISABLES_BUBBLES = BUILDER.translation("configuration.warp_pipes.wax_disables_bubbles")
.comment("Allows waxing pipes to disable the Pipe Bubbles button.")
.comment("§9[Default: true]")
Expand Down

0 comments on commit cc22e1e

Please sign in to comment.