Tags
Creators
Details
Licensed MPL-2.0
Published 2 months ago
Updated 6 days ago
All versions
2.0.30
Release
Cinewolf Autodirector 2.0.306 days ago 38
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
2.0.30 - 2026-09-18
- Fixed Generate Montage analysis failing with Shot source time must move forwards
- Highlight windows no longer collapse to zero length when several events share the In/Out tick
- Planner now rejects invalid windows and expands a degenerate interval so every shot still moves forward
2.0.29 - 2026-09-18
- Flashback 0.43.4+ editor support (Minecraft 26.2)
- Gradle / Modrinth compile pin:
0.43.4(h6FH7iAC) - Compatibility gate: full editor integration on 0.42.1 and newer 0.x (recommended 0.43.4)
- Mixins, montage writers, and the CineWolf panel now enable on 0.43.4 and later 0.43.x / 0.44.x instead of only exactly 0.42.1
- Flashback 0.42.0 stays experimental; 0.41.x stays experimental (API assumed, risky mixins off)
- Flashback 1.0.0+ remains unsupported
- Docs, README, localization, and site compatibility strings updated for the range
- Gradle / Modrinth compile pin:
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:wZXXeHbJ:VDHl1aQM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wZXXeHbJ:VDHl1aQM"
}

