1.0
Compatibility
Required content
Changes
Screenshoter 1.0
English
The first release of Screenshoter introduces an improved screenshot workflow for Minecraft. Version 1.0 includes everything needed to capture, organize, and review screenshots directly in the game.
Included in this release
- In-game screenshot gallery with thumbnails and full-size previews
- Screenshot date and file size display
- Custom screenshot save folder
- Built-in folder picker
- Optional PNG metadata recording
- Capture metadata for coordinates, dimension, world or server, biome, direction, yaw, and pitch
- Metadata display inside the gallery
- Quick access to the screenshot folder and individual files
- Screenshot deletion from the gallery
- Dedicated key bindings for the gallery and settings
- English and Russian localization
- Optional Mod Menu integration
This is a client-side release for Minecraft 1.21.11 using Fabric.
Русский
Первый релиз Screenshoter добавляет в Minecraft расширенную систему работы со скриншотами. Версия 1.0 содержит всё необходимое для создания, организации и просмотра снимков прямо в игре.
Что вошло в версию
- Внутриигровая галерея с миниатюрами и увеличенным предпросмотром
- Отображение даты и размера файла
- Настраиваемая папка сохранения скриншотов
- Встроенное окно выбора папки
- Отключаемая запись метаданных PNG
- Сохранение координат, измерения, мира или сервера, биома, направления, yaw и pitch
- Просмотр метаданных внутри галереи
- Быстрый доступ к папке скриншотов и отдельным файлам
- Удаление скриншотов из галереи
- Отдельные горячие клавиши для галереи и настроек
- Английская и русская локализация
- Необязательная интеграция с Mod Menu
Это клиентская версия мода для Minecraft 1.21.11 на Fabric.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:xXlGgd3o:kxdXHdKc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xXlGgd3o:kxdXHdKc"
}




