No description
Find a file
2026-05-08 21:24:31 +02:00
1.21.11 Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
26.1.2 Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
gradle/wrapper Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
src/main Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
.gitignore Initial commit 2026-01-30 21:42:28 +01:00
build.gradle Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
gradle.properties Bump version to 0.4.0 2026-05-08 21:24:31 +02:00
gradlew Initial commit 2026-01-30 21:42:28 +01:00
gradlew.bat Initial commit 2026-01-30 21:42:28 +01:00
LICENSE Initial commit 2026-01-30 21:42:28 +01:00
MOD_ANALYSE.txt Initial commit 2026-01-30 21:42:28 +01:00
README.DE.MD Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
README.md Add multi-version Fabric build 2026-05-08 16:58:33 +02:00
settings.gradle Add multi-version Fabric build 2026-05-08 16:58:33 +02:00

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.11
  • 26.1.2

Build all variants with:

JAVA_HOME=/usr/lib/jvm/java-25-amazon-corretto ./gradlew buildAll

This project was created using vibecoding.