Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
NLibCutscene
ModApache-2.0

NLibCutscene

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

24
Downloads
2
Followers
2 months ago
Updated
📦
2
Versions
game-mechanicslibraryutilityforge
Download Latestv0.0.2View on Modrinth

📖About NLibCutscene

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,
    }
  ]
}

👥 Team & Contributors

Komti23
Komti23Owner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
forge
Minecraft Versions
1.20.11.20.21.20.31.20.41.20.51.20.6

🔗 Links

Modrinth Page