A Minecraft Fabric mod that adds an in-game screenshot browser with automatic metadata tracking. When you take a screenshot, the mod captures your dimension, coordinates, and world/server name. Browse, organize, and annotate your screenshots without leaving the game.
- Automatic metadata capture — dimension, X/Y/Z coordinates
- Screenshot browser — 3-column grid gallery accessible from the main menu and pause screen
- Detail view — full preview with editable name and notes for each screenshot
- Per-screenshot metadata — each screenshot gets its own
.jsonsidecar file alongside the.png - Quick actions — view, delete (with confirmation), and open the screenshots folder from in-game
- Multi-language support — 18 languages included
- Install Fabric Loader for Minecraft 26.2
- Download the latest release of Fabric API for Minecraft 26.2
- Download the latest release of Memory Mod
- Place both JAR files in your
.minecraft/mods/folder - Launch Minecraft with the Fabric profile
| Dependency | Version |
|---|---|
| Minecraft | 26.2 |
| Fabric Loader | 0.19.3+ |
| Fabric API | 0.154.2+26.2 |
| Java | 25+ |
- Take a screenshot with F2 as usual — the mod automatically saves metadata alongside it
- Click the Screenshots button on the main menu or pause screen to open the gallery
- Single-click a screenshot in the grid to select it, double-click to open the detail view
- In the detail view, give screenshots custom names and add notes
- Use Save, Delete, Open Folder, and Back from the bottom toolbar
- JDK 25 or newer
- Git
git clone https://github.com/CodingWithWhale/MemoryAlbums
cd MemoryAlbums
./gradlew buildThe built JAR will be in build/libs/.
To set up for development (e.g. for IntelliJ IDEA):
./gradlew genIntellijRunsThen open the project in IntelliJ IDEA.
| Minecraft Version | Mod Version |
|---|---|
| 26.2 | 1.0.0 |
This mod targets Minecraft 26.2 (unobfuscated) with Fabric. It is not compatible with other Minecraft versions without porting.
Contributions are welcome! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Test by running
./gradlew build - Submit a pull request
Please make sure your code compiles and follows the existing code style.
- Built with Fabric Loom
- Uses the Fabric API
- Minecraft is a trademark of Mojang Studios
This project is licensed under the MIT License.