Subtly Camera Shake

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

File Details

2.0 for 26.2

  • R
  • Jul 9, 2026
  • 49.19 KB
  • 48
  • 26.2
  • Fabric

File Name

subtlycs-2.0+26.2.jar

Supported Versions

  • 26.2

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

! 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>