MidnightControls 1.5.0 - Hints, Legacy Icons, LibGUI

- Add hints when controller is available, but not enabled (Closes #81)
- Add optional Legacy controller icon pack (thanks @Ivanoks)
- Add LibGUI compatibility
- Fix #75 (Swift Sneak enchantment not working, thanks @andrewaramsay)
- Fix crawling being too fast
- Minify assets by @Madis0 and @RaptaG
This commit is contained in:
Motschen
2022-08-03 12:19:33 +02:00
parent e87ed53485
commit 2e861470d8
8 changed files with 17 additions and 5 deletions

View File

@@ -70,7 +70,9 @@ public class MidnightControlsConfig extends MidnightConfig {
private static final Pattern BUTTON_BINDING_PATTERN = Pattern.compile("(-?\\d+)\\+?");
@Entry(name = "Max analog values") public static double[] maxAnalogValues = new double[]{1, 1, 1, 1};
@Entry public static boolean triggerFix = true;
@Entry(name = "Trigger button fix") public static boolean triggerFix = true;
@Entry(name = "Enable Hints") public static boolean enableHints = true;
@Entry(name = "Command Keybinds") public static List<String> commandKeybinds = Lists.newArrayList();
/**
* Loads the configuration