1.1.1+26.1.2
Compatibility
Changes
Progress Renderer is a lightweight, client-side Fabric mod that automatically creates a visual history of your Minecraft world through periodic screenshots.
Choose between a random or fixed capture time, set screenshots to occur every few in-game days, and configure everything through the in-game settings menu. Progress Renderer maintains separate settings and schedules for each world or server, avoids duplicate captures after reconnecting, and accounts for time skipped by sleeping.
Features
- Random or fixed screenshot times
- Configurable random-time window
- Capture every 1–30 in-game days
- Separate settings for each world and server
- Sleep-aware scheduling
- Optional HUD hiding during screenshots
- Optional corner notifications
- Custom filename prefix
- Test Screenshot button
- Displays the next scheduled capture
- Remappable settings key, bound to
Jby default - No server installation required
Screenshots are saved in Minecraft’s normal screenshots folder. Mod Menu is recommended for convenient access to settings, but it is not required.
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:jlcOHhgT:Whb67OLm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jlcOHhgT:Whb67OLm"
}

