diff options
author | DoKM <mcazzyman@gmail.com> | 2021-08-21 11:44:30 +0200 |
---|---|---|
committer | DoKM <mcazzyman@gmail.com> | 2021-08-21 11:44:30 +0200 |
commit | fefed35f9af4e2abdedf9d1788d83662171089c8 (patch) | |
tree | bd867feef3f7ca5e39aa9dd12b4bd8abc32cd7d6 /Update Notes | |
parent | 9bdf107725ec331d0acb24a53ad3708547bfdb06 (diff) | |
download | NotEnoughUpdates-fefed35f9af4e2abdedf9d1788d83662171089c8.tar.gz NotEnoughUpdates-fefed35f9af4e2abdedf9d1788d83662171089c8.tar.bz2 NotEnoughUpdates-fefed35f9af4e2abdedf9d1788d83662171089c8.zip |
Fix being able to hotkey slotlocked items in a container
Diffstat (limited to 'Update Notes')
-rw-r--r-- | Update Notes/2.0-Pre31.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Update Notes/2.0-Pre31.md b/Update Notes/2.0-Pre31.md index 6f8fe8a4..bd0360f3 100644 --- a/Update Notes/2.0-Pre31.md +++ b/Update Notes/2.0-Pre31.md @@ -29,6 +29,7 @@ - Added a crafting recipe overlay when looking up a recipe while in the crafting menu (to more easily craft items like the Soul Esoward recipe) (DeDiamondPro) - Added mastermode support to /pv (basically done, just needs mastermode xp) - Added ability to toggle the pickaxe's ability cooldown showing up as the pickaxe durability. +- Added alternative command for "/neusouls" "/fairysouls". ### **Bug Fixes** @@ -55,9 +56,9 @@ - Fixed dwarven mines waypoints not working if dwarven mines overlay was disabled. - Fixed being able to slot lock the 9th slot. - Fixed NEUButtons overlapping with the Accessory Bag overlay by moving the overlapping icons to the right of the overlay. (should work pretty well, too lazy to test with custom button positions but should work fine.) -- Stopped tooltip tweak rawcraftcost displaying if the cost was 0 (either due to the price being really low or api issue) -- Added a catch to the capemanger slow to catch duplicate players (https://hst.sh/enuvamecef) (idk how but hey its there now) -- Added alternative command for "/neusouls" "/fairysouls" +- Stopped tooltip tweak rawcraftcost displaying if the cost was 0 (either due to the price being really low or api issue). +- Added a catch to the capemanger slow to catch duplicate players (https://hst.sh/enuvamecef) (idk how but hey its there now). +- Fix being able to hotkey slotlocked items in a chest gui. ### **Other** - Code clean up by Ironm00n. |