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
! 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_eventfield: a Sound Event ID, specifies what sound event should trigger the Camera Shake Event - Added
rangefield: a float, specifies the maximum distance that the camera shake can be experienced from - Added
durationfield: an integer, specifies the amount of ticks that the camera shake will last - Added
intensityfield: an optional float, specifies the intensity modifier value- Default:
4
- Default:
Commands
- Added
/camerashakecommand- Usages are
/camerashake add <targets> <intensity> <seconds>or/camerashake stop <targets>
- Usages are