Fix AutoDig

This commit is contained in:
BruceChen 2022-11-01 16:37:50 +08:00
parent d7471e3741
commit e954801a0d
5 changed files with 55 additions and 24 deletions

View file

@ -508,6 +508,9 @@ namespace MinecraftClient
[TomlInlineComment("$config.Main.Advanced.movement_speed$")]
public int MovementSpeed = 2;
[TomlInlineComment("$config.Main.Advanced.temporary_fix_badpacket$")]
public bool TemporaryFixBadpacket = false;
[TomlInlineComment("$config.Main.Advanced.inventory_handling$")]
public bool InventoryHandling = false;