close #220 and update autowither

This commit is contained in:
Bella 2019-12-05 09:16:15 -05:00
parent e530583dc0
commit 1b963b9c40
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class AutoWither extends Module {
private Setting<Boolean> placeCloseToEnemy = register(Settings.b("Place close to enemy", false));
private Setting<Boolean> fastMode = register(Settings.b("Disable after placing", true));
private Setting<Boolean> debugMessages = register(Settings.b("Debug Messages", true));
private Setting<Boolean> nametag = register(Settings.b("Name Wither", false));
private Setting<Boolean> nametag = register(Settings.b("Nametag", true));
private int swordSlot;
private static boolean isSneaking;