aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-14 19:46:20 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-14 19:46:20 +0700
commit42f8aa3024772e708143d49355130ef2a7999243 (patch)
tree86c33e50eff5ff11bc497375c99ec4ee569cc9b3
parent3215c603b437d64d8c37188ce8f934e30c7ac154 (diff)
downloadChatting-42f8aa3024772e708143d49355130ef2a7999243.tar.gz
Chatting-42f8aa3024772e708143d49355130ef2a7999243.tar.bz2
Chatting-42f8aa3024772e708143d49355130ef2a7999243.zip
remove access transformer
-rw-r--r--src/main/java/cc/woverflow/chatting/mixin/GuiNewChatMixin.java2
-rw-r--r--src/main/resources/chatting_at.cfg2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/cc/woverflow/chatting/mixin/GuiNewChatMixin.java b/src/main/java/cc/woverflow/chatting/mixin/GuiNewChatMixin.java
index 3951558..677ba4c 100644
--- a/src/main/java/cc/woverflow/chatting/mixin/GuiNewChatMixin.java
+++ b/src/main/java/cc/woverflow/chatting/mixin/GuiNewChatMixin.java
@@ -51,7 +51,7 @@ public abstract class GuiNewChatMixin extends Gui implements GuiNewChatHook {
@Shadow public abstract int getLineCount();
@Shadow private int scrollPos;
- @Shadow @Final public List<ChatLine> chatLines;
+ @Shadow @Final private List<ChatLine> chatLines;
@Shadow public abstract void deleteChatLine(int id);
diff --git a/src/main/resources/chatting_at.cfg b/src/main/resources/chatting_at.cfg
deleted file mode 100644
index 79f9967..0000000
--- a/src/main/resources/chatting_at.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-public net.minecraft.client.gui.GuiNewChat func_146237_a(Lnet/minecraft/util/IChatComponent;IIZ)V # setChatLine
-public net.minecraft.client.gui.GuiNewChat field_146252_h # chatLines \ No newline at end of file