1.0.0-alpha.1+forge-1.20.1
Compatibility
Changes
Changelog
v1.0.0-alpha.1
First public build, so all of it is new.
Camera:
- Keyframe timeline with live scrub and preview
- Linear, Catmull-Rom (uniform, centripetal, chordal), Bezier, cosine, and stepped paths
- Per-segment easing (quad, cubic, sine, expo, back, elastic, bounce) as real cubic-bezier
- Per-keyframe field of view, roll, banking, and look-at
- A per-world library to save, rename, duplicate, and delete paths
Cutscene cues:
- Fades, colour-ramp veils, letterbox, on-screen text, captions, and action bar
- Sound and particle cues in the world or on the camera
- Screen shake, fog, vignette, and a smooth time-of-day ramp
- Look-at, orbit, and offset camera moves
- Expression-driven field of view, rotation, and position
- HUD hide, time lock, and run-command
Actors (1.21.1 and newer):
- Stage entities, players, items, blocks, armor stands, or particles
- Pose keyframes plus a timed action track with a per-actor loop length
Also here:
- Datapack cutscenes and camera paths as JSON
- A camera modifier API and a small runtime API for other mods
Runs on Forge and Fabric for 1.20.1, and NeoForge and Fabric for 1.21.1 and 26.1. This is an alpha. Expect rough edges, and keep a backup of anything you care about.
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:pKjISKyx:Lp8PySAI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pKjISKyx:Lp8PySAI"
}

