Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Links
Creators
Details
Licensed CC0-1.0
Published last week
Updated last week
Memory (Fabric)
Memory automatically captures a screenshot every five minutes (configurable) using the exact flow that pressing F2 triggers. Drop it into your client alongside Fabric API and the game will quietly catalog your play session.
Features
- Mirrors vanilla screenshots: resolution, file naming, chat message, and storage under
screenshots/
. - Adjustable cadence and chat visibility through
config/memory.toml
(default 300 seconds, message hidden) or an optional Mod Menu + Cloth Config screen. - Runs entirely on the client; no server install or configuration is required.
- Pauses the timer whenever you are in menus or the game is paused so pictures happen in-world only.
Install
- Requires Fabric and Fabric API.
- Optional UI: add Mod Menu and Cloth Config to tweak settings in-game.
- Place the built jar in
mods/
on the client. Servers never need it.
Build
- Java 21 with Gradle + Fabric Loom.
- Versions live in
gradle.properties
. Run./gradlew build
.
License
- CC0-1.0. Use it freely.