Tags
Creators
Details
All versions
0.33.0
Release
Flashback 0.33.0last year 17.1K
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changes
- Interpolation for non-time keyframes now uses realtime instead of ticks
- Essentially, if you modify the speed of the replay in the middle of a camera movement, the camera movement itself won't speed up or slow down
- The old tick-based interpolation can be reenabled in the Preferences window
- Added block override tracking. Block changes that occur in creative mode while the replay is paused now persist
- Pause the replay, use /gamemode creative or F3+F4 to switch to creative, then edit blocks by hand or with commands
- Changes will now go into a special 'Block Overrides' keyframe track
- I recommend putting the block override keyframes close to the start of an export, otherwise they might be skipped
- Added 'Copy Relative' button to camera keybind right-click menu
- Added 'Hide Text Below Name' checkbox to player right-click menu
- Added 'Hide Cape' to player right-click menu
- Added 'Open Folder' button to export done window
- Adjusted file skin detection to work with images that are larger than 64x
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:BoZkOz9E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4das1Fjq:BoZkOz9E"
}

