diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-26 12:47:57 +0700 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-03-26 12:47:57 +0700 |
commit | c68035e02240469f94905ae8edccf9222e027485 (patch) | |
tree | e7340611943dbed345de3388ddc9c5745a5f8c2d /src/main/resources | |
parent | 56ffd09c8018d8a1f740cd020d970393cc2abfda (diff) | |
download | Chatting-c68035e02240469f94905ae8edccf9222e027485.tar.gz Chatting-c68035e02240469f94905ae8edccf9222e027485.tar.bz2 Chatting-c68035e02240469f94905ae8edccf9222e027485.zip |
fix alpha of chat background
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.chatting.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/mixins.chatting.json b/src/main/resources/mixins.chatting.json index 814bf92..35e4024 100644 --- a/src/main/resources/mixins.chatting.json +++ b/src/main/resources/mixins.chatting.json @@ -10,9 +10,7 @@ "GuiNewChatAccessor", "GuiNewChatMapMixin", "GuiNewChatMixin", - "GuiUtilsMixin", - "RedactionNameHighlightMixin", - "WyvtilsListenerMixin" + "GuiUtilsMixin" ], "verbose": true }
\ No newline at end of file |