promotional bannermobile promotional banner

Subtly Camera Shake

Simply a camera shake mod! Code taken from my Subtly Dungeons mod.
Back to Files

2.0 for 1.21.1

File namesubtlycs-2.0+1.21.1.jar
Uploaded
Aug 11, 2026
Downloads
9
Size
49.0 KB
Mod Loaders
Fabric
File ID
8621632
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:subtly-camera-shake-1363380:8621632"

Learn more about Curse Maven

What's new

! NOTE ! - This mod is no longer client-side only

Camera Shake Events

Camera Shake events are now data-driven, similar to sound events. Camera shake event files are to be put in a data/[datapack namespace]/subtlyd/camera_shake_event/ folder.

  • Added sound_event field: a Sound Event ID, specifies what sound event should trigger the Camera Shake Event
  • Added range field: a float, specifies the maximum distance that the camera shake can be experienced from
  • Added duration field: an integer, specifies the amount of ticks that the camera shake will last
  • Added intensity field: an optional float, specifies the intensity modifier value
    • Default: 4

Commands

  • Added /camerashake command
    • Usages are /camerashake add <targets> <intensity> <seconds> or /camerashake stop <targets>

This mod has no related projects