ScreenshotGallery Mod

integrates a native screenshot gallery into the pause menu, allowing you to preview, manage, and copy images to your clipboard without leaving the game.

File Details

screenshotgallery-neoforge-1.8.jar

  • R
  • Jun 3, 2026
  • 82.70 KB
  • 44
  • 26.1.2
  • NeoForge

File Name

screenshotgallery-neoforge-1.8.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:screenshotgallery-mod-1418620:8191442"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.8] — May 30, 2026

Big stability update with thread safety fixes, coordinate precision improvements, and a new 1.20.1 Fabric backport.


New Features

Precise Coordinates — Coordinates are now stored and displayed as full decimals instead of rounded integers. Your copied /tp commands will land exactly where you clicked, and the format is now consistent across Fabric and Forge.


Bug Fixes

Thread Safety (Critical) — Fixed silent metadata corruption caused by the render and background threads hitting the cache at the same time.

Race Condition on Load — Metadata was sometimes finishing out of order. Moved async operations back onto the main thread so screenshots load correctly every time.

Memory Leak — Closing the gallery mid-load could leave orphaned textures on the GPU. Lifecycle checks now clean them up.

Text Overflow — Filenames and info cards were occasionally rendering outside thumbnail boundaries. Fixed with GL scissoring.

Search + Navigation Desync — Fullscreen navigation now correctly steps through only your filtered results instead of jumping to hidden ones.

Search Performance — Rewrote text truncation using binary search. Faster typing response and proper handling of special/RTL characters.

Thumbnail Animation — Was allocating a new object every frame for idle thumbnails. Replaced with a shared static instance.

Delete/Rename Modal — Dismissing the context menu could drop the active file target mid-operation. Now properly isolated.

F2 Spam Safeguard — Rapid screenshots could spawn multiple parallel polling tasks. An atomic lock now ensures only one runs at a time.