Little Camera

Published by Goldorion on
Downloads:
720
Upvotes: 25
Share this:
Category
Project status
Stable
License
Apache License version 2.0
Project members
Lead developer
Modification type
Supported Minecraft versions
1.21.1
1.21.8

Jump to downloads

Have you always desired to make a trailer for your mod or a cinematic, but none of the current mods are easy enough for you? Little Camera is for you!

Little Camera is a simple mod adding one simple command to help you create camera travelings in a few seconds.

 

  • pos - Add a new position to your position
  • reset - Reset all your previous set positions
  • start <ticks> - Start following your positions in the set amount of ticks (linear). The real number of seconds will depend on the current server's tick rate
  • stop - Stop entirely the camera

 

  • Commands need to be enabled to use this command.
  • You can only use it in Creative or Spectator mode.
  • Player's rotation is currently not saved, so make sure to enable the cinematic mode (Settings -> Controls) for a smoother effect!
  • At least two positions are required :)

 

If you are curious about how I made the mod, read this topic :) You can also download the workspace on this page, alongside the JAR files.

Minecraft mod files
little_camera-1.0-neoforge-1.21.1.jar - Little Camera 1.0 - NeoForge 1.21.1 Uploaded on: 04/04/2026 - 16:18   File size: 1.42 MB
little_camera-1.0-neoforge-1.21.8.jar - Little Camera 1.0 - NeoForge 1.21.8 Uploaded on: 04/04/2026 - 16:18   File size: 1.42 MB
little_camera_2026.1.zip - Little Camera - MCreator's workspace (2026.1) - File Manager mandatory Uploaded on: 05/03/2026 - 00:27   File size: 4.43 MB
Changelog

2026/05/02

  • The workspace is now available alongside the tutorial

    https://mcreator.net/forum/122956/tutorial-advanced-how-i-made-my-camera-mod-mcreator


1.0 (2026/04/04): 

  • Updated to NeoForge 1.21.1 and 1.21.8
  • Improved the backend logic
  • Improved performances
  • Improved the command to add Brigadier arguments
  • Replaced /camera clear by /camera reset
  • /camera start now uses a number of ticks instead of seconds
  • The provided number of ticks will now be used for the entire traveling
  • Added keyboard shortcuts to stop (O) and reset (R) the camera
  • Changed the default Place position shortcut to I
  • Other minor improvements and bug fixes

1.0-alpha01 (2020, Original version)

  • Added /camera command with:
    • clear
    • pos
    • start <seconds>(between 2 positions)
    • stop
  • Added a shortcut (P) to add a new position