Fabric mod providing Extras messaging to other Fabric mods
Find a file
2025-10-16 02:56:25 +00:00
.github/workflows Initial commit 2025-10-16 02:29:44 +00:00
gradle/wrapper Initial commit 2025-10-16 02:29:44 +00:00
src/main Update MOD_ID constant 2025-10-16 02:46:59 +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
build.gradle Change chipmunk.land repo name to be consistent 2025-10-16 02:36:55 +00:00
gradle.properties Target 1.21.8 for now 2025-10-16 02:50:10 +00:00
gradlew Initial commit 2025-10-16 02:29:44 +00:00
gradlew.bat Initial commit 2025-10-16 02:29:44 +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 Specify Java version 2025-10-16 02:33:03 +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.