aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-15 17:58:50 -0500
committerWyvest <45589059+Wyvest@users.noreply.github.com>2023-01-15 17:58:50 -0500
commitd911fe8ded771c54c327cfef2783c0cda1c71f2b (patch)
tree30d64492ecde459b4caab320eaff1a6121024433 /src/main/resources
parent9234829c2aeb4ca7e2d270273a803dc6e98fd889 (diff)
downloadChatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.tar.gz
Chatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.tar.bz2
Chatting-d911fe8ded771c54c327cfef2783c0cda1c71f2b.zip
add smooth messages and smooth scrolling
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.chatting.json2
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"