We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24f8b1 commit 15e7fb1Copy full SHA for 15e7fb1
common/src/client/java/io/github/jamalam360/utility_belt/client/mixin/MinecraftMixin.java
@@ -40,7 +40,7 @@ public class MinecraftMixin {
40
ordinal = 2
41
)
42
43
- private boolean utilitybelt$useHotbarKeysInBelt(boolean pressed, @Local(name = "i") int i) {
+ private boolean utilitybelt$useHotbarKeysInBelt(boolean pressed, @Local int i) {
44
StateManager stateManager = StateManager.getStateManager(true);
45
if (stateManager.isInBelt(this.player) && pressed) {
46
switch (UtilityBeltClient.CLIENT_CONFIG.get().hotbarKeyBehaviour) {
0 commit comments