Skip to content

Commit

Permalink
Change default for look-at info visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Jan 21, 2023
1 parent 98d27ac commit 9afe23a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/li/cil/bedrockores/common/config/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public static void initialize() {
builder.pop().push("ui");
uiOnlyWhenSneaking = builder
.comment("Whether to only show the floating UI indicating ore yield when sneaking.")
.define("info_only_when_sneaking", false);

.define("info_only_when_sneaking", true);

ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, builder.build());
}
Expand Down

0 comments on commit 9afe23a

Please sign in to comment.