diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-15 17:58:50 -0500 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-15 17:58:50 -0500 |
commit | d911fe8ded771c54c327cfef2783c0cda1c71f2b (patch) | |
tree | 30d64492ecde459b4caab320eaff1a6121024433 /src/main/resources/mixins.chatting.json | |
parent | 9234829c2aeb4ca7e2d270273a803dc6e98fd889 (diff) | |
download | Chatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.tar.gz Chatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.tar.bz2 Chatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.zip |
add smooth messages and smooth scrolling
Diffstat (limited to 'src/main/resources/mixins.chatting.json')
-rw-r--r-- | src/main/resources/mixins.chatting.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mixins.chatting.json b/src/main/resources/mixins.chatting.json index 850bab6..0473261 100644 --- a/src/main/resources/mixins.chatting.json +++ b/src/main/resources/mixins.chatting.json @@ -15,7 +15,7 @@ "GuiNewChatMixin_ChatHeight", "GuiNewChatMixin_ChatSearching", "GuiNewChatMixin_ChatTabs", - "GuiNewChatMixin_RemoveScrollBar", + "GuiNewChatMixin_Scrolling", "GuiNewChatMixin_SmoothMessages", "GuiNewChatMixin_TextRendering", "GuiUtilsMixin" |