Fabric mod providing Extras messaging to other Fabric mods (Mirror of https://code.optmstc.dev/kso/messaging-lib)
Find a file
2026-03-19 23:50:51 +00:00
.forgejo/workflows Fix workflow 2026-03-19 23:50:51 +00:00
buildSrc Add MTU constant 2026-03-19 23:26:10 +00:00
common Add MTU constant 2026-03-19 23:26:10 +00:00
fabric Allow messengers to define their own custom payload receiver types 2026-03-07 17:15:38 +00:00
gradle/wrapper Update Gradle 2026-03-07 00:03:14 +00:00
mcprotocollib Remove unused type parameter 2026-03-14 17:38:42 +00:00
mcprotocollib-test Use proper logger to log connect & disconnect in TestBot 2026-03-07 17:30:48 +00:00
.editorconfig Use an .editorconfig in line with other projects 2025-10-16 02:34:59 +00:00
.gitattributes Initial commit 2025-10-16 02:29:44 +00:00
.gitignore Initial commit 2025-10-16 02:29:44 +00:00
gradle.properties Add MTU constant 2026-03-19 23:26:10 +00:00
gradlew Update Gradle 2026-03-07 00:03:14 +00:00
gradlew.bat Bump everything & update buildscript 2026-03-04 04:21:07 +00:00
LICENSE Initial commit 2025-10-16 02:29:44 +00:00
README.md Add test mod link to README 2025-10-16 02:56:25 +00:00
settings.gradle Add MCProtocolLib platform 2026-03-07 04:28:35 +00:00

Messaging Lib

Library mod for Extras messaging. This is a necessary evil so that multiple mods can communicate on Extras channels at once!

View an example of API usage at messaging-lib-test-mod.