Back to mods
NLibCutscene project artwork

Modrinth · Minecraft mod

NLibCutscene

NLibCutscene is a professional-grade tool for creating cinematics and machinimas directly inside Minecraft.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which NLibCutscene release matches 1.20.2?

Updated 6 months ago
Best match for your filters 0.0.2
Game version 1.20.1, 1.20.2, 1.20.3
Loader Forge

NLibCutscene 0.0.2 targets 1.20.1, 1.20.2, 1.20.3 with Forge. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.

Where it goes

Is NLibCutscene required on the client, server, or both?

It must be installed on the client. Do not install it on the dedicated server.

Client Required
Dedicated server Not supported
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked client-only.

What else does NLibCutscene 0.0.2 need?

0.0.2 on 1.20.2. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add NLibCutscene without breaking your instance.

Built for NLibCutscene 0.0.2 on 1.20.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 0.0.2. It targets 1.20.1, 1.20.2, 1.20.3 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 0.0.2. It opens that exact file at the source.

About this project

What does NLibCutscene add?

NLibCutscene is a professional-grade tool for creating cinematics and machinimas directly inside Minecraft. We ditched complex chat commands for a Modern GUI and a robust Motion Capture system. Just hit record, move around, and the mod transforms your flight into a smooth, professional animation.

Ideal for map makers, server admins, and content creators who demand video-editor quality within the game.

✨ Key Features

🎥 Motion Capture

No need to manually input coordinates. Press "Record", and the mod captures your flight path, head rotation, and camera tilt in real-time.

🖥️ Modern Dark GUI

A completely redesigned interface featuring a "Deep Dark" aesthetic. Translucent panels, minimalist buttons, and an animated starry background make editing cutscenes a visual treat.

You can also start a cutscene using the command:

/startct "cutscene name"

🔄 Advanced Camera Control

  • Camera Roll: Full support for Z-axis rotation. Use Z and X keys while recording to add dramatic Dutch angles.

  • Camera Shake: Add customizable shake effects to any keyframe (perfect for explosions or heavy impacts).

  • Fly-Through Mode: Create complex paths where the camera glides through points using Catmull-Rom splines without stopping.

📈 Interpolation Logic

Choose the math behind the movement for every segment:

  • 🌊 Catmull-Rom: Smooth spline interpolation through points (continuous movement).

  • 🚀 Ease In/Out: Cinematic acceleration and deceleration.

  • 🟦 Linear: Constant speed (robotic movement).

  • ⚡ Instant: Hard cut (teleport).

📂 Configuration & Data

All cutscenes are saved in clean, readable JSON files. This makes it easy to share paths, add them to modpacks, or fine-tune values using a text editor.

File Location: config/cutscenemod/cutscenes/.json
📝 JSON Structure Example

You can manually edit these files for pixel-perfect precision:
JSON

{
  "startFromPlayer": true,        // Start path from player's current location
  "startTransitionTime": 2.5,     // Time to fly to the first point
  "startInterpolation": "ease_out",
  "endToPlayer": true,            // Return to player after finish
  "endTransitionTime": 3.0,
  "endInterpolation": "ease_in",
  "points": [
    {
      "x": 5.67,
      "y": -58.38,
      "z": 0.29,
      "yaw": 177.0,
      "pitch": 0.45,
      "roll": 15.0,               // Camera Roll (Tilt) in degrees
      "moveDuration": 3.0,        // Time to travel to this point
      "holdDuration": 0.0,        // Wait time (ignored if isSmooth=true)
      "interpolation": "catmull_rom", // Smoothing type
      "cameraShake": true,        // Enable camera shake
      "shakeIntensity": 0.5,      // Shake power
    },
    {
      "x": 8.95,
      "y": -58.37,
      "z": -5.36,
      "yaw": 176.99,
      "pitch": 0.44,
      "roll": 0.0,
      "moveDuration": 3.0,
      "holdDuration": 1.0,
      "interpolation": "ease_in_out",
      "cameraShake": false,
      "shakeIntensity": 0.5,
    }
  ]
}

Project description from Modrinth.

Pick your setup

NLibCutscene by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

NLibCutscene versions and loaders

2 of 2 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.