Skip to content

Commit

Permalink
🎨 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Aug 12, 2024
1 parent 515e84c commit a177537
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author kitUIN
*/
@Mixin(NewChatGui.class)
public class NewChatGuiMixin extends AbstractGui {
public class ChatComponentMixin extends AbstractGui {

private static final Logger LOGGER = LogManager.getLogger();

Expand Down
4 changes: 3 additions & 1 deletion forge/origin/src/main/resources/chatimage.mixins.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"BookViewScreenMixin",
"ChatComponentMixin",
"FileDragMixin",
"GuiGraphicsMixin",
// IF >= forge-1.20
// "GuiGraphicsMixin",
// END IF
"ScreenMixin"
],
"injectors": {
Expand Down

0 comments on commit a177537

Please sign in to comment.