diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-09-23 21:36:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 13:36:29 +0200 |
commit | f617d59f1c52ad77f23ce28fb14bf44986e38ed1 (patch) | |
tree | 46d622e473a60ffe6d457cc426765f4213fbcb57 /src/main/resources | |
parent | 9ff6418d5fc3c4c866cb98e31a9ff38d788d9f77 (diff) | |
download | skyhanni-f617d59f1c52ad77f23ce28fb14bf44986e38ed1.tar.gz skyhanni-f617d59f1c52ad77f23ce28fb14bf44986e38ed1.tar.bz2 skyhanni-f617d59f1c52ad77f23ce28fb14bf44986e38ed1.zip |
chat message changes #482
* add chat component functions
* reword + remove empty text
* remove type
* isPlayerMessage
* include the other stuff in the translator pr plus format
* Merge branch 'hannibal002:beta' into chat_component_stuff
* Merge remote-tracking branch 'origin/chat_component_stuff' into chat_…
* allow to work with priv messages + get ready for future
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.skyhanni.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/mixins.skyhanni.json b/src/main/resources/mixins.skyhanni.json index 69b41eb4b..8daf1a330 100644 --- a/src/main/resources/mixins.skyhanni.json +++ b/src/main/resources/mixins.skyhanni.json @@ -3,6 +3,7 @@ "refmap": "mixins.skyhanni.refmap.json", "compatibilityLevel": "JAVA_8", "mixins": [ + "AccessorChatComponentText", "AccessorGuiPlayerTabOverlay", "MixinBlockFire", "MixinEntityBlaze", |