Cutscene API
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #490 of 893 fabric mods in this game by downloads
📋 About This Mod
Cutscene API is a mod that allows you to make cutscenes with camera movement and optional effects, and play them in-game in real time. It is intended to be used by map and mod makers to make their projects more beautiful.
# Feature overview The thing that defines what a player sees is a cutscene type, or simply a cutscene, defined in a data pack. Cutscenes have a _length_ (in ticks), a _path_ for the camera, a list of _actions_ that a player is allowed to do when watching a cutscene, a _start_ and _end transition_, as well as some special _effects_. All of these are optional, but when combined, they allow for making beautiful cutscenes.
You can find more details in the spoiler boxes below:
Path
The player's camera may follow a certain path during a cutscene. This path is defined by a set of segments, each of which can be either a simple line, a Bézier curve, a Catmull-Rom spline, a static point, or a special point, whose coordinates are defined by math functions.
The camera's rotation is defined using the same kinds of segments, as well as a special one that lets you look at a specific point from where you are.
Transitions
The player doesn't have to snap into a cutscene - you can specify a transition to make it look more beautiful. Currently implemented transitions are "smooth ease" that makes you smoothly enter or leave the path of a cutscene and "fade", which fades the screen to a color (not necessarily one, or constant) and then starts or ends the cutscene.
Action toggles
During a cutscene, you can prevent the player from moving, turning their head, breaking blocks, using items, taking damage, or make them a spectator so that mobs don't target them. This is a bit unstable at the time.
Effects
Besides a camera path, you may want the player to see some text or images in a cutscene. Effects allow you to do that. Currently implemented effects include "appearing text" that slowly appears over time, "triangle strip" that can be used to draw simple geometry with triangles, "rectangle" that draws a rectangle, as well as "texture blit", which draws a texture on a specified position.
## Commands
`/cutscene start
`/cutscene stop ` - stops a cutscene for a player
`/cutscene preview set
`/cutscene preview hide` - hides a preview
## See it yourself In the source repository, there is folder named "Example Cutscenes", which is a datapack with a bunch of cutscenes I use for testing out new features and that you can use to see what the mod has to offer. They're a little weird sometimes, but they get the job done.
# Compatibility I try to make the mod as compatible with other mods out there as possible. There should be no problems.
Most versions I release are typically backwards-compatible, especially format-wise.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- thewinnt
- Version
- mc1.21.1-fabric-1.6.6
- Downloads
- 7,394
- Endorsements
- 22
- Category
- fabric
- Created
- 6/20/2024
- Updated
- 3/20/2025
- Game Versions
- 1.21, 1.21.1
- Tags
- game-mechanics, library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Cutscene API support?
The author lists 1.21, 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Cutscene API?
Version mc1.21.1-fabric-1.6.6, published 2025-03-20 with 7,394 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await

