Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
0.1.0
Alpha
flashbatch 0.1.0last month 459
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
0.1.0 (alpha) - First public build
Early alpha release - core features are functional but this is a first public test build, feedback welcome.
- Adds a Queue All Scenes... entry to Flashback's main menu bar.
- New batch export window, styled after Flashback's own editor UI:
- Custom filename pattern field (
%seq%,%scene%,%date%,%time%,%replay%) with a live preview, and a configurable starting number for%seq%. - Full export settings (resolution, framerate, projection, container/codec/encoder, bitrate, transparency, SSAA, audio) kept independent from Flashback's own Preferences.
- Custom output folder picker.
- Time range selector per batch: In/Out points, first/last keyframe, or full recorded footage, with automatic fallback when the chosen source is empty for a scene.
- Optional per-scene checklist to exclude specific scenes (all included by default).
- Settings are saved and restored between game sessions.
- Custom filename pattern field (
- Requires Flashback and Fabric API.
Known limitations:
- Currently only built for Minecraft 26.1.x and 26.2 - older 1.21.x versions are not yet supported.
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:mbS1gFBA:gB26f2tK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mbS1gFBA:gB26f2tK"
}


