All versions
0.13.0
Release
Flashback 0.13.02 years ago 63.6K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Note: Because of the changes to tracks, any existing keyframe information will be lost when updating from 0.12.0 to 0.13.0
- Added support for folders in the Select Replay screen
- Added sorting options to the Select Replay screen
- Tracks can now be renamed, rearranged and recoloured
- Added scene switcher to make creating multiple shots from a single replay easier
- Camera shake speed is no longer affected by Speed or Timelapse keyframes
- Replays now show the server name / world name
- Fixed player entities not being fully removed when dying
- Fixed some additional crashes & made some other tweaks when exporting
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:4das1Fjq:mFplZNy6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4das1Fjq:mFplZNy6"
}

