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 26.2

File namesubtlycs-2.0+26.2.jar
Uploader
Kr1s1sKr1s1s
Uploaded
Jul 9, 2026
Downloads
213
Size
49.2 KB
Mod Loaders
Fabric
File ID
8397637
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

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

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>