-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62cb0ca
commit 1ccfc13
Showing
9 changed files
with
95 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
Initial release | ||
## Added | ||
|
||
- Support for versions 1.19.4-1.20.6 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# Compacting | ||
|
||
[![Available on Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg)](https://modrinth.com/mod/compacting) | ||
|
||
An intelligent compact chat mod for Fabric, largely inspired by the logic of same feature from [Patcher]. | ||
|
||
Messages are compacted based on how long ago they were last seen, instead of only by comparing the | ||
last few chat messages. | ||
Messages are compacted based on how long ago they were last seen, instead of only by comparing the last few chat messages. | ||
|
||
It also intelligently handles dividers: | ||
|
||
![](.github/dividers.png) | ||
|
||
## Known Issues | ||
|
||
- Any mod that adds timestamps in any capacity will very likely break chat compacting. | ||
If that's something you find important, you're unfortunately going to have to settle for other mods that do this | ||
differently, like [Compact Chat]. | ||
- Any mod that adds timestamps in any capacity will *probably* break chat compacting. | ||
If that's something you find important, you're likely going to have to settle for other mods that do this | ||
differently, like [Compact Chat] or [Chat Patches]. | ||
|
||
[Patcher]: https://sk1er.club/mods/patcher | ||
[Compact Chat]: https://modrinth.com/mod/compact-chat | ||
[Chat Patches]: https://modrinth.com/mod/chatpatches |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
deps.yarn_build=10 | ||
deps.fabric_api=0.92.2+1.20.1 | ||
deps.modmenu=7.2.2 | ||
deps.yacl=3.5.0+1.20.1 | ||
|
||
mod.mc_dep=>=1.19.4 <1.20.5 | ||
mod.mc_title=1.19.4-1.20.4 | ||
mod.mc_targets=1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 |
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