mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: load forge mod translations from local jars
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3d9090fb-cdf3-48e7-a7ce-575b54161f0e Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
90a3777dac
commit
d256517e21
6 changed files with 231 additions and 9 deletions
|
|
@ -778,6 +778,9 @@ namespace MinecraftClient
|
|||
[TomlInlineComment("$Main.Advanced.load_resourcepack_translations$")]
|
||||
public bool LoadResourcePackTranslations = true;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.load_forge_mod_translations$")]
|
||||
public bool LoadForgeModTranslations = true;
|
||||
|
||||
// [TomlInlineComment("$Main.Advanced.console_title$")]
|
||||
public string ConsoleTitle = "%username%@%serverip% - Minecraft Console Client";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue