Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
- fixed required double press of enchanting button
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraBlackLinux committed May 9, 2021
1 parent d2f6669 commit 462b58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Crashes
- Wrong user input in the config - working?

#Not working stuff
- enchant button sometimes requires two presses to get toggled

#TODO
~~- toggle keybind~~ You can't press a key, while in a gui

#Features

#Abandoned
- toggle keybind - You can't press a key, while in a gui
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public MineMenuSettingsScreen(Screen parent, ArrayList<String> datapath) {
this.parent = parent;
this.iconDataBoolean = false;
itemConfigCycle = ItemConfigCycle.ICON;
iconDataBoolean = true; //wtf, works I guess

JsonObject data = minemenuData;
for (String s : datapath) data = data.get(s).getAsJsonObject();
Expand Down

0 comments on commit 462b58f

Please sign in to comment.