Added a Github star reminder

This commit is contained in:
Anon 2026-04-03 21:15:02 +02:00
parent 0fda37b017
commit 1ca023be36
7 changed files with 37 additions and 0 deletions

View file

@ -820,6 +820,9 @@ namespace MinecraftClient
[TomlInlineComment("$Main.Advanced.show_effect_names_in_tui$")]
public bool ShowEffectNamesInTUI = false;
[TomlInlineComment("$Main.Advanced.show_github_star_reminder$")]
public bool ShowGithubStarReminder = true;
[TomlInlineComment("$Main.Advanced.terrain_and_movements$")]
public bool TerrainAndMovements = false;