diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2022-11-08 12:03:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 12:03:58 +0100 |
commit | 1773ed4e9e58f1851796f2a9a6af1f93618b89ef (patch) | |
tree | 2c2b10fdca453d343556ad9d6666fd8ae39e866f /src/main/resources/mixins.notenoughupdates.json | |
parent | 3075fb0e8438a9ab701ddbef0eba75064b475f6f (diff) | |
download | NotEnoughUpdates-1773ed4e9e58f1851796f2a9a6af1f93618b89ef.tar.gz NotEnoughUpdates-1773ed4e9e58f1851796f2a9a6af1f93618b89ef.tar.bz2 NotEnoughUpdates-1773ed4e9e58f1851796f2a9a6af1f93618b89ef.zip |
Abiphone favourites (#415)
* Added abiphone favourites.
* less empty lines
* getProfileSpecific cant be null
* Add support for using 'favourite item' keybind to toggle favourite contacts
* Use item instead of ugly panel highlight (thanks nea)
* no more random static methods, fixed profileSpecific errors (thanks nea)
* Better wording
* Less random gray out names
* F3+H support
* Allow calling non favourite contacts while in "all contacts" view
* Made the code sane + made it work with non removable contacts
* Made the code even more sane.
* This is a NEU feature and not made by hypixel
* Support for deleting contacts again, blocks this in favourite only mode. Support shift+right click to toggle favourites, ignored f3+h totally + made better looking lore order
* fixed click problems (thanks jani)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: nopo <nopotheemail@gmail.com>
Diffstat (limited to 'src/main/resources/mixins.notenoughupdates.json')
-rw-r--r-- | src/main/resources/mixins.notenoughupdates.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index a0865bed..028a9e65 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -23,6 +23,7 @@ "MixinGuiIngame", "MixinGuiInventory", "MixinGuiScreen", + "MixinInventoryBasic", "MixinInventoryEffectRenderer", "MixinInventoryPlayer", "MixinItemCameraTransforms", |