From 275bb75deaa4e53d3c1c506aa4a734c174aeed4d Mon Sep 17 00:00:00 2001 From: ThatGravyBoat Date: Fri, 24 Dec 2021 15:35:03 -0330 Subject: Fixed copying giving chat formatting, fixed copying giving drawn line and not message and added tooltip for copy button. --- src/main/resources/mixins.stratus.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.stratus.json b/src/main/resources/mixins.stratus.json index 16489b4..033e372 100644 --- a/src/main/resources/mixins.stratus.json +++ b/src/main/resources/mixins.stratus.json @@ -10,5 +10,8 @@ "GuiNewChatAccessor", "GuiNewChatMixin" ], - "verbose": true + "verbose": true, + "client": [ + "GuiNewChatMapMixin" + ] } \ No newline at end of file -- cgit