diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-12-24 15:35:03 -0330 |
---|---|---|
committer | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-12-24 15:35:03 -0330 |
commit | 275bb75deaa4e53d3c1c506aa4a734c174aeed4d (patch) | |
tree | d3b481e0ba3b42f5f97ec34c59f594d5d53dce13 /src/main/resources | |
parent | 630b6f9757b191591e1a3c623b5c5302dadf3cd8 (diff) | |
download | Chatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.tar.gz Chatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.tar.bz2 Chatting-275bb75deaa4e53d3c1c506aa4a734c174aeed4d.zip |
Fixed copying giving chat formatting, fixed copying giving drawn line and not message and added tooltip for copy button.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.stratus.json | 5 |
1 files changed, 4 insertions, 1 deletions
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 |