mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Suppress duplicate active effect notifications
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/8649d41a-e2aa-4fdd-aee8-96f4b35c9be0 Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
b445d2bdec
commit
443f4874df
3 changed files with 37 additions and 12 deletions
|
|
@ -817,6 +817,9 @@ namespace MinecraftClient
|
|||
[TomlInlineComment("$Main.Advanced.show_inventory_layout$")]
|
||||
public bool ShowInventoryLayout = true;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.show_effect_messages$")]
|
||||
public bool ShowEffectMessages = true;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.show_effect_names_in_tui$")]
|
||||
public bool ShowEffectNamesInTUI = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue