No description
- Java 100%
| 1.21.11 | ||
| 26.1.2 | ||
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| MOD_ANALYSE.txt | ||
| README.DE.MD | ||
| README.md | ||
| settings.gradle | ||
LogKeeper
LogKeeper is a small Fabric client mod that writes every incoming chat line to plain text files. It creates one file per day and server, and can also split private messages into separate logs. There is no in-game viewer; the mod only logs and lets you open the folder from the menu.
Supported Minecraft versions are built from separate Gradle subprojects:
1.21.1126.1.2
Build all variants with:
JAVA_HOME=/usr/lib/jvm/java-25-amazon-corretto ./gradlew buildAll
This project was created using vibecoding.