This is where she makes a mod.
My attempt at recreating MegaHack's Jumpscare module
You can change the behavior of the mod in the mod settings
To access this mod's config folder, open the mod's settings popup and press the Open Config Folder button.
To add your own jumpscare, make a new folder in the config folder and add your assets in it.
The assets must include 2 files: "jumpscare.png" for the jumpscare image, and "jumpscareAudio.mp3" for the jumpscare audio.
Example files structure:
config/weebify.jumpscare/
├── jumpscare/
│ ├── jumpscare.png
│ └── jumpscareAudio.mp3
└── gdcologne/
├── jumpscare.png
└── jumpscareAudio.mp3
- Erymanthus, for porting this mod to 2.2074!