
Screenshot Manager Enhanced
A advanced screenshot manager mod to help organize your screenshots between different worlds, dimensions, and game modes. Works in single player and multiplayer
- Загрузки
- 2K
- Подписчики
- 9
- Обновлён
- 18 мая 2026 г.
- Лицензия
- Apache-2.0
Опубликован 4 января 2026 г.

Screenshot Manager Enhanced was designed to keep your Minecraft screenshots organized automatically. Say goodbye to a cluttered screenshots folder! This mod organizes your screenshots into folders based on the world, dimension, date, or a combination of the options.
✨ Features
- Automatic Organization: Screenshots are instantly sorted into subfolders upon capture.
- In-Game Gallery 📸: Browse, manage, and share your screenshots directly from within Minecraft.
- Per-World Configuration: Customize settings for you single-player or specific server worlds.
- Flexible Grouping Modes: Customize how you want your folders structured. The mod generates paths based on your current context.
WORLD(Default): Groups screenshots by the world or server name.- Example:
screenshots/My_Survival_World/
- Example:
DATE: Groups screenshots by the current date (yyyy-MM-dd).- Example:
screenshots/2025-01-30/
- Example:
WORLD_DIMENSION: Groups by World, then by Dimension.- Example:
screenshots/My_Survival_World/minecraft_overworld/ - Example:
screenshots/My_Survival_World/minecraft_the_nether/
- Example:
WORLD_DATE: Groups by World, then by Date.- Example:
screenshots/My_Survival_World/2025-01-30/
- Example:
WORLD_DIMENSION_DATE: A three-level hierarchy: World -> Dimension -> Date.- Example:
screenshots/My_Survival_World/minecraft_the_end/2025-01-30/
- Example:
WORLD_DATE_DIMENSION: A three-level hierarchy: World -> Date -> Dimension.- Example:
screenshots/My_Survival_World/2025-01-30/minecraft_the_nether/
- Example:
NONE: Disables grouping. Screenshots are saved directly in the screenshots folder (standard Minecraft behavior).- Example:
screenshots/
- Example:
- In-Game Configuration: Fully configurable via Mod Menu
📸 In-Game Gallery
Manage your moments without leaving the game!
- Browse: View screenshots in a responsive grid.
- Review: Click any image for a full-screen view.
- Organize: Use the Copy button to share or Delete to clean up unwanted screenshots.
- Navigate: Cycle through your collection with Next/Previous controls.
⚗️ Advanced Features
- Metadata Support 🗃️: Automatically embeds rich game details directly into the screenshot file (XMP format). This data travels with the image!
- World Context: World Name, Dimension, Biome
- Location: Exact X, Y, Z Coordinates
- Time: In-game Days Played, World Age
- Game State: Difficulty, Game Mode, Minecraft Version
- Custom Save Location 💾: Choose exactly where your screenshots go.
- Override the default
.minecraft/screenshotslocation. - Use any absolute path on your system (e.g., a shared network drive or cloud storage folder).
- Note: Requires enabling advanced settings validation.
- Override the default
📥 Installation
Dependencies
- Fabric Loader enabled version of Minecraft
- Mod Menu
- Cloth Config API
Using your Minecraft Launcher
- Start your Minecraft Launcher (i.e. Modrith, ATLauncher, MultiMC, Prism, GDLauncher, etc.)
- View or Edit your game instance
- Open the section to add Mods
- Search from Modrith for "Screenshot Manager Enhanced"
- Complete the install process
- Start Minecraft
Manually Adding
- Click the Versions tab above
- Download the mod file for your version of Minecraft
- Open the
modsfolder in your Minecraft game save location
- Windows:
%appdata%\.minecraft\modsorC:\Users\<username>\AppData\Roaming\.minecraft\mods - MacOS:
~/Library/Application Support/minecraft/modsor/Users/<username>/Library/Application Support/minecraft/mods
- Copy the mod file from your Downloads location to the
modsfolder - Open the Minecraft Launcher
- Start Minecraft
📝 Change Grouping Options
- Navigate to the
configfolder of your Minecraft save location
- Windows:
%appdata%\.minecraftorC:\Users\<username>\AppData\Roaming\.minecraft - MacOS:
~/Library/Application Support/minecraftor/Users/<username>/Library/Application Support/minecraft
- In the
configfolder find the file called screenshot-manager-enhanced.json - Open the file in a text editor
- Locate the line with the keyname called
groupingMode - Change the grouping mode option to the desired grouping option
See the Features section for grouping options
☕ How to Support
- Give this project a heart ❤️
- If you have any issues, please use the Issue link.
- If additional features are wanted, please add your request via the Issue link.
Центр версий
32 версийЧенджлог
v2.0.0+1.21.11Релиз1.21.11 · 18 мая 2026 г.
Changelog
All notable changes to Screenshot Manager Enhanced will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0] - 2026-05-18
Added
- Minecraft 26.1.2 Support: Fully functional client compilation and packaging under the modern Minecraft
26.1.2build classpath using Java 25. - Java 25 Compilation Tooling: Upgraded version configurations and matrix resolution workflows to seamlessly support newer target environments.
Changed
- Mojang Mappings Migration: Transitioned the primary compilation mapping baseline from old Yarn mappings to standard official Mojang mappings for all active releases (
1.21.11and26.1.2), ensuring high compatibility with vanilla APIs. - Reactive UI Modernization: Rewrote visual hover effects in the screenshot gallery UI using owo-lib's reactive mouse-event framework (
mouseEnter/mouseLeavesubscriptions), completely abstracting target-specific rendering contexts from screen definitions. - Client Code Consolidation: Unified complex GUI controllers (
GalleryScreen,SingleImageScreen,ScreenshotMetadataCollector) back into a single shared source set in thecommonsubproject, deleting over 800 lines of duplicate client-side classes. - Consistent Directory Semantics: Renamed the historical
java-moderndirectory tojava-21to match properties definitions and reflect its targeted Minecraft 1.21 baseline.
Removed
- Legacy Client Classes: Deleted the now-unused
java-8,java-17, and legacyfabricclient source sets (20+ files) - Obsolete Build Configurations: Removed
java8.gradle.ktsand related legacy build logic - Build Matrix Redundancy: Simplified the CI/CD matrix to use a single
versions.properties-driven configuration
Contributors
- @scriptmunkeeofficial
v2.0.0+26.1.2Релиз26.1.2 · 18 мая 2026 г.
Changelog
All notable changes to Screenshot Manager Enhanced will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0] - 2026-05-18
Added
- Minecraft 26.1.2 Support: Fully functional client compilation and packaging under the modern Minecraft
26.1.2build classpath using Java 25. - Java 25 Compilation Tooling: Upgraded version configurations and matrix resolution workflows to seamlessly support newer target environments.
Changed
- Mojang Mappings Migration: Transitioned the primary compilation mapping baseline from old Yarn mappings to standard official Mojang mappings for all active releases (
1.21.11and26.1.2), ensuring high compatibility with vanilla APIs. - Reactive UI Modernization: Rewrote visual hover effects in the screenshot gallery UI using owo-lib's reactive mouse-event framework (
mouseEnter/mouseLeavesubscriptions), completely abstracting target-specific rendering contexts from screen definitions. - Client Code Consolidation: Unified complex GUI controllers (
GalleryScreen,SingleImageScreen,ScreenshotMetadataCollector) back into a single shared source set in thecommonsubproject, deleting over 800 lines of duplicate client-side classes. - Consistent Directory Semantics: Renamed the historical
java-moderndirectory tojava-21to match properties definitions and reflect its targeted Minecraft 1.21 baseline.
Removed
- Legacy Client Classes: Deleted the now-unused
java-8,java-17, and legacyfabricclient source sets (20+ files) - Obsolete Build Configurations: Removed
java8.gradle.ktsand related legacy build logic - Build Matrix Redundancy: Simplified the CI/CD matrix to use a single
versions.properties-driven configuration
Contributors
- @scriptmunkeeofficial
v1.4.0+1.21.10Релиз1.21.10 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
v1.4.0+1.21.3Релиз1.21.3 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
v1.4.0+1.21.8Релиз1.21.8 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
v1.4.0+1.21.1Релиз1.21.1 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
v1.4.0+1.20.5Релиз1.20.5, 1.20.6 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
v1.4.0+1.21.11Релиз1.21.11 · 15 февраля 2026 г.
Changelog
[1.4.0] - 2026-02-14
- In-Game Gallery (#62):
- Core gallery implementation with responsive grid view (
5d4ceb7) - Single image review screen (
SingleImageScreen) - Clipboard integration for copying screenshots (
1d298ca) - Navigation controls (Next/Previous)
- Core gallery implementation with responsive grid view (
Changed
- UI Polish: Gallery UI overhaul with responsive layout and improved interactions (
00f790b)
Internal
- Architecture: Multi-version project restructuring for future loader support (
2d1da5b) - Testing: Expanded unit test coverage for gallery features (
c8d1e4b)
Contributors
- @scriptmunkeeofficial
Thanks to the follow users for requesting these features
- @Aces-and-Jacks
- @egirlcatnip
Комментарии
Загружаем…