aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.chatting.json
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-12-11 17:06:21 -0500
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-12-11 17:06:21 -0500
commit7ea5b9ab24c78f01bdbbd4357fc87b75bbe4d950 (patch)
tree14eb8e92f7afb0ac65c8cdfed7826d194f8460d0 /src/main/resources/mixins.chatting.json
parentfc0f54e31911ae375672f04686b072b46afd1419 (diff)
downloadChatting-7ea5b9ab24c78f01bdbbd4357fc87b75bbe4d950.tar.gz
Chatting-7ea5b9ab24c78f01bdbbd4357fc87b75bbe4d950.tar.bz2
Chatting-7ea5b9ab24c78f01bdbbd4357fc87b75bbe4d950.zip
new: chat heads
Diffstat (limited to 'src/main/resources/mixins.chatting.json')
-rw-r--r--src/main/resources/mixins.chatting.json31
1 files changed, 17 insertions, 14 deletions
diff --git a/src/main/resources/mixins.chatting.json b/src/main/resources/mixins.chatting.json
index 5a7c5bf..78b43c5 100644
--- a/src/main/resources/mixins.chatting.json
+++ b/src/main/resources/mixins.chatting.json
@@ -1,16 +1,19 @@
{
- "compatibilityLevel": "JAVA_8",
- "minVersion": "0.7",
- "package": "cc.woverflow.chatting.mixin",
- "refmap": "mixins.${id}.refmap.json",
- "mixins": [
- "ClientCommandHandlerMixin",
- "EntityPlayerSPMixin",
- "GuiChatMixin",
- "GuiNewChatAccessor",
- "GuiNewChatMapMixin",
- "GuiNewChatMixin",
- "GuiUtilsMixin"
- ],
- "verbose": true
+ "compatibilityLevel": "JAVA_8",
+ "minVersion": "0.7",
+ "package": "cc.woverflow.chatting.mixin",
+ "refmap": "mixins.${id}.refmap.json",
+ "mixins": [
+ "ClientCommandHandlerMixin",
+ "EntityPlayerSPMixin",
+ "GuiChatMixin",
+ "GuiNewChatAccessor",
+ "GuiNewChatMapMixin",
+ "GuiNewChatMixin",
+ "GuiUtilsMixin"
+ ],
+ "verbose": true,
+ "client": [
+ "ChatLineMixin"
+ ]
} \ No newline at end of file