This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
forked from JuergenSchT/chathistory
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of several precise mixins caching messages at each message source, I've switched to a single mixin which handles multiple sources (with no hardcoded assumptions) for improved compatibility with other chat mods.
- Loading branch information
1 parent
6183232
commit 336c459
Showing
6 changed files
with
18 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
src/main/java/me/thegiggitybyte/chathistory/mixin/PlayerAdvancementTrackerMixin.java
This file was deleted.
Oops, something went wrong.
38 changes: 12 additions & 26 deletions
38
src/main/java/me/thegiggitybyte/chathistory/mixin/PlayerManagerMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
src/main/java/me/thegiggitybyte/chathistory/mixin/ServerPlayNetworkHandlerMixin.java
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/main/java/me/thegiggitybyte/chathistory/mixin/ServerPlayerEntityMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters