From 4e587bc97c3aee3c3458a6ac60a43122f7c7971e Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sun, 16 Jan 2022 16:27:15 +0700 Subject: new: remove scroll bar new: chat background color fix: fix chat tab buttons not having bordered text --- src/main/resources/mixins.chatting.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.chatting.json b/src/main/resources/mixins.chatting.json index 9377858..3a488ae 100644 --- a/src/main/resources/mixins.chatting.json +++ b/src/main/resources/mixins.chatting.json @@ -10,7 +10,6 @@ "GuiNewChatAccessor", "GuiNewChatMapMixin", "GuiNewChatMixin", - "GuiIngameForgeMixin", "GuiUtilsMixin", "WyvtilsListenerMixin" ], -- cgit