mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
feat: add cached resource pack translation setting
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/70cfa855-cff8-495e-ac06-9a65bb5cc913 Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
9f974da00d
commit
b87b5abbe2
4 changed files with 133 additions and 7 deletions
|
|
@ -269,6 +269,16 @@ Coordinate = { x = 145, y = 64, z = 2045 }
|
|||
|
||||
- **Default:** `true`
|
||||
|
||||
#### `LoadResourcePackTranslations`
|
||||
|
||||
- **Description:**
|
||||
|
||||
Set this to `false` to ignore translations provided by server resource packs. When enabled, MCC caches extracted resource-pack translation data locally so future joins can reuse it without downloading the pack again.
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
- **Default:** `true`
|
||||
|
||||
#### `ConsoleTitle`
|
||||
|
||||
- **Description:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue