Tags
Creators
Details
All versions
0.17.0
Release
Flashback 0.17.0last year 4,239
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- Improved colours when rendering to certain common formats
- Added "Load Skin from File" button to right-click menu
- Export settings now persist when restarting the game
- Improved registry loading, fixing many issues especially on servers with custom plugins
- Added "Hide Team Prefix/Suffix" to player right-click menu
- Using "Hide during export" and then spectating a player will now hide the arm and held items
- Changed max replay name length from 32 to 128
- Replay name textbox in save replay screen is now focused by default
- Fixed World Border visuals being tied to real-time instead of replay time
- Fixed camera keyframe spectate dismount not working
- Fix skin customization layers resetting after respawn sometimes
- Fix transparent sky visual artifacts with cutout mipped blocks (eg. grass, leaves)
- Fixed crash with Moonrise mod
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:a9VLruXK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4das1Fjq:a9VLruXK"
}

