Skip to content

Commit

Permalink
Resolve #101
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Jul 23, 2024
1 parent ced63dc commit cea66ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ConfigExpectPlatformImpl implements ConfigData {
public String reloadText = "Edit in config!";

@ConfigEntry.Category("other")
public boolean resetResources = false;
public boolean resetResources = true;

@ConfigEntry.Category("splash")
@ConfigEntry.Gui.Tooltip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ConfigExpectPlatformImpl(ModConfigSpec.Builder builder) {

resetResources = builder
.translation("text.autoconfig.rrls.option.resetResources")
.define("resetResources", false);
.define("resetResources", true);

reInitScreen = builder
.translation("text.autoconfig.rrls.option.reInitScreen")
Expand Down

0 comments on commit cea66ef

Please sign in to comment.