diff --git a/src/main/java/com/wenxin2/warp_pipes/init/Config.java b/src/main/java/com/wenxin2/warp_pipes/init/Config.java index f0530b5..2aadb28 100644 --- a/src/main/java/com/wenxin2/warp_pipes/init/Config.java +++ b/src/main/java/com/wenxin2/warp_pipes/init/Config.java @@ -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]")