mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Implemented effects support, as a command, chat notification and added in TUI mode
This commit is contained in:
parent
a7a3566756
commit
f6446b198d
15 changed files with 728 additions and 15 deletions
|
|
@ -817,6 +817,9 @@ namespace MinecraftClient
|
|||
[TomlInlineComment("$Main.Advanced.show_inventory_layout$")]
|
||||
public bool ShowInventoryLayout = true;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.show_effect_names_in_tui$")]
|
||||
public bool ShowEffectNamesInTUI = false;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.terrain_and_movements$")]
|
||||
public bool TerrainAndMovements = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue